HomeSort by: relevance | last modified time | path
    Searched defs:gbm_bo (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gbm/main/
gbm_backend_abi.h 81 * GBM_BACKEND_ABI_VERSION, and append gbm_bo_v1 to gbm_bo.
120 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
126 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
128 void *(*bo_map)(struct gbm_bo *bo,
133 void (*bo_unmap)(struct gbm_bo *bo, void *map_data);
134 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
135 int (*bo_get_fd)(struct gbm_bo *bo);
136 int (*bo_get_planes)(struct gbm_bo *bo);
137 union gbm_bo_handle (*bo_get_handle)(struct gbm_bo *bo, int plane);
138 int (*bo_get_plane_fd)(struct gbm_bo *bo, int plane)
198 struct gbm_bo { struct
    [all...]
gbm_backend_abi.h 81 * GBM_BACKEND_ABI_VERSION, and append gbm_bo_v1 to gbm_bo.
120 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
126 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
128 void *(*bo_map)(struct gbm_bo *bo,
133 void (*bo_unmap)(struct gbm_bo *bo, void *map_data);
134 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
135 int (*bo_get_fd)(struct gbm_bo *bo);
136 int (*bo_get_planes)(struct gbm_bo *bo);
137 union gbm_bo_handle (*bo_get_handle)(struct gbm_bo *bo, int plane);
138 int (*bo_get_plane_fd)(struct gbm_bo *bo, int plane)
198 struct gbm_bo { struct
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gbm/main/
gbmint.h 68 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
74 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
76 void *(*bo_map)(struct gbm_bo *bo,
81 void (*bo_unmap)(struct gbm_bo *bo, void *map_data);
82 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
83 int (*bo_get_fd)(struct gbm_bo *bo);
84 int (*bo_get_planes)(struct gbm_bo *bo);
85 union gbm_bo_handle (*bo_get_handle)(struct gbm_bo *bo, int plane);
86 uint32_t (*bo_get_stride)(struct gbm_bo *bo, int plane);
87 uint32_t (*bo_get_offset)(struct gbm_bo *bo, int plane)
108 struct gbm_bo { struct
    [all...]
gbmint.h 68 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
74 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
76 void *(*bo_map)(struct gbm_bo *bo,
81 void (*bo_unmap)(struct gbm_bo *bo, void *map_data);
82 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
83 int (*bo_get_fd)(struct gbm_bo *bo);
84 int (*bo_get_planes)(struct gbm_bo *bo);
85 union gbm_bo_handle (*bo_get_handle)(struct gbm_bo *bo, int plane);
86 uint32_t (*bo_get_stride)(struct gbm_bo *bo, int plane);
87 uint32_t (*bo_get_offset)(struct gbm_bo *bo, int plane)
108 struct gbm_bo { struct
    [all...]

Completed in 9 milliseconds