Module gbm_sys::gbm_bo_transfer_flags[][src]

Constants

GBM_BO_TRANSFER_READ

Buffer contents read back (or accessed directly) at transfer create time.

GBM_BO_TRANSFER_READ_WRITE

Read/modify/write

GBM_BO_TRANSFER_WRITE

Buffer contents will be written back at unmap time (or modified as a result of being accessed directly).

Type Definitions

Type

Flags to indicate the type of mapping for the buffer - these are passed into gbm_bo_map(). The caller must set the union of all the flags that are appropriate.