Searched refs:gbm_bo (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gbm/main/
H A Dcommon_drm.h45 struct gbm_bo base;
H A Dgbmint.h65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
71 void *(*bo_map)(struct gbm_bo *bo,
76 void (*bo_unmap)(struct gbm_bo *bo, void *map_data);
77 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
78 int (*bo_get_fd)(struct gbm_bo *bo);
79 void (*bo_destroy)(struct gbm_bo *bo);
84 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface);
86 struct gbm_bo *bo);
96 struct gbm_bo { struct
[all...]
H A Dgbm.h47 struct gbm_bo;
241 struct gbm_bo *
258 struct gbm_bo *
290 gbm_bo_map(struct gbm_bo *bo,
295 gbm_bo_unmap(struct gbm_bo *bo, void *map_data);
298 gbm_bo_get_width(struct gbm_bo *bo);
301 gbm_bo_get_height(struct gbm_bo *bo);
304 gbm_bo_get_stride(struct gbm_bo *bo);
307 gbm_bo_get_format(struct gbm_bo *bo);
310 gbm_bo_get_device(struct gbm_bo *b
[all...]
H A Dgbm.c141 gbm_bo_get_width(struct gbm_bo *bo)
152 gbm_bo_get_height(struct gbm_bo *bo)
166 gbm_bo_get_stride(struct gbm_bo *bo)
179 gbm_bo_get_format(struct gbm_bo *bo)
193 gbm_bo_get_handle(struct gbm_bo *bo)
210 gbm_bo_get_fd(struct gbm_bo *bo)
230 gbm_bo_write(struct gbm_bo *bo, const void *buf, size_t count)
241 gbm_bo_get_device(struct gbm_bo *bo)
254 gbm_bo_set_user_data(struct gbm_bo *bo, void *data,
255 void (*destroy_user_data)(struct gbm_bo *, voi
[all...]
/external/autotest/client/site_tests/graphics_Gbm/src/
H A Dgbmtest.c96 static int check_bo(struct gbm_bo *bo)
298 struct gbm_bo *bo;
313 struct gbm_bo *bo;
328 struct gbm_bo *bo;
335 struct gbm_bo *bo;
342 struct gbm_bo *bo;
361 struct gbm_bo *bo;
383 struct gbm_bo *bo;
401 void destroy_data1(struct gbm_bo *bo, void *data)
406 void destroy_data2(struct gbm_bo *b
[all...]
/external/autotest/client/cros/graphics/
H A Dgbm.py50 class gbm_bo(Structure): class in inherits:Structure
80 l.gbm_bo_import.restype = POINTER(gbm_bo)
83 POINTER(gbm_bo), c_uint, c_uint, c_uint, c_uint, c_uint,
89 l.gbm_bo_unmap.argtypes = [POINTER(gbm_bo), c_void_p]
/external/mesa3d/include/EGL/
H A Deglplatform.h95 typedef struct gbm_bo *EGLNativePixmapType;
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h128 gbm_dri_bo(struct gbm_bo *bo)
H A Dgbm_dri.c571 gbm_dri_bo_write(struct gbm_bo *_bo, const void *buf, size_t count)
586 gbm_dri_bo_get_fd(struct gbm_bo *_bo)
602 gbm_dri_bo_destroy(struct gbm_bo *_bo)
649 static struct gbm_bo *
793 static struct gbm_bo *
851 static struct gbm_bo *
939 gbm_dri_bo_map(struct gbm_bo *_bo,
973 gbm_dri_bo_unmap(struct gbm_bo *_bo, void *map_data)
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c43 static struct gbm_bo *
49 struct gbm_bo *bo;
67 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo)
466 struct gbm_dri_bo *dri_bo = gbm_dri_bo((struct gbm_bo *) buffer);
H A Degl_dri2.h282 struct gbm_bo *bo;

Completed in 219 milliseconds