Home
last modified time | relevance | path

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

/external/mesa3d/src/gbm/main/
Dgbm.c141 gbm_bo_get_width(struct gbm_bo *bo) in gbm_bo_get_width()
152 gbm_bo_get_height(struct gbm_bo *bo) in gbm_bo_get_height()
166 gbm_bo_get_stride(struct gbm_bo *bo) in gbm_bo_get_stride()
179 gbm_bo_get_format(struct gbm_bo *bo) in gbm_bo_get_format()
193 gbm_bo_get_handle(struct gbm_bo *bo) in gbm_bo_get_handle()
210 gbm_bo_get_fd(struct gbm_bo *bo) in gbm_bo_get_fd()
230 gbm_bo_write(struct gbm_bo *bo, const void *buf, size_t count) in gbm_bo_write()
241 gbm_bo_get_device(struct gbm_bo *bo) in gbm_bo_get_device()
254 gbm_bo_set_user_data(struct gbm_bo *bo, void *data, in gbm_bo_set_user_data()
255 void (*destroy_user_data)(struct gbm_bo *, void *)) in gbm_bo_set_user_data() argument
[all …]
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 *bo);
[all …]
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 …]
Dcommon_drm.h45 struct gbm_bo base;
/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c96 static int check_bo(struct gbm_bo *bo) in check_bo()
298 struct gbm_bo *bo; in test_reinit()
313 struct gbm_bo *bo; in test_alloc_free()
328 struct gbm_bo *bo; in test_alloc_free_sizes()
335 struct gbm_bo *bo; in test_alloc_free_sizes()
342 struct gbm_bo *bo; in test_alloc_free_sizes()
361 struct gbm_bo *bo; in test_alloc_free_formats()
383 struct gbm_bo *bo; in test_alloc_free_usage()
401 void destroy_data1(struct gbm_bo *bo, void *data) in destroy_data1()
406 void destroy_data2(struct gbm_bo *bo, void *data) in destroy_data2()
[all …]
/external/autotest/client/cros/graphics/
Dgbm.py50 class gbm_bo(Structure): class
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/src/gbm/backends/dri/
Dgbm_dri.c571 gbm_dri_bo_write(struct gbm_bo *_bo, const void *buf, size_t count) in gbm_dri_bo_write()
586 gbm_dri_bo_get_fd(struct gbm_bo *_bo) in gbm_dri_bo_get_fd()
602 gbm_dri_bo_destroy(struct gbm_bo *_bo) in gbm_dri_bo_destroy()
649 static struct gbm_bo *
793 static struct gbm_bo *
851 static struct gbm_bo *
939 gbm_dri_bo_map(struct gbm_bo *_bo, in gbm_dri_bo_map()
973 gbm_dri_bo_unmap(struct gbm_bo *_bo, void *map_data) in gbm_dri_bo_unmap()
Dgbm_driint.h128 gbm_dri_bo(struct gbm_bo *bo) in gbm_dri_bo()
/external/mesa3d/include/EGL/
Deglplatform.h95 typedef struct gbm_bo *EGLNativePixmapType;
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c43 static struct gbm_bo *
49 struct gbm_bo *bo; in lock_front_buffer()
67 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo) in release_buffer()
466 struct gbm_dri_bo *dri_bo = gbm_dri_bo((struct gbm_bo *) buffer); in dri2_drm_create_image_khr_pixmap()
Degl_dri2.h282 struct gbm_bo *bo;