Searched refs:gbm_bo (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gbm/main/ |
D | gbm.h | 46 struct gbm_bo; 228 struct gbm_bo * 236 struct gbm_bo * 241 gbm_bo_get_width(struct gbm_bo *bo); 244 gbm_bo_get_height(struct gbm_bo *bo); 247 gbm_bo_get_stride(struct gbm_bo *bo); 250 gbm_bo_get_format(struct gbm_bo *bo); 253 gbm_bo_get_device(struct gbm_bo *bo); 256 gbm_bo_get_handle(struct gbm_bo *bo); 259 gbm_bo_write(struct gbm_bo *bo, const void *buf, size_t count); [all …]
|
D | gbm.c | 177 gbm_bo_get_width(struct gbm_bo *bo) in gbm_bo_get_width() 188 gbm_bo_get_height(struct gbm_bo *bo) in gbm_bo_get_height() 202 gbm_bo_get_stride(struct gbm_bo *bo) in gbm_bo_get_stride() 215 gbm_bo_get_format(struct gbm_bo *bo) in gbm_bo_get_format() 229 gbm_bo_get_handle(struct gbm_bo *bo) in gbm_bo_get_handle() 248 gbm_bo_write(struct gbm_bo *bo, const void *buf, size_t count) in gbm_bo_write() 259 gbm_bo_get_device(struct gbm_bo *bo) in gbm_bo_get_device() 272 gbm_bo_set_user_data(struct gbm_bo *bo, void *data, in gbm_bo_set_user_data() 273 void (*destroy_user_data)(struct gbm_bo *, void *)) in gbm_bo_set_user_data() argument 288 gbm_bo_get_user_data(struct gbm_bo *bo) in gbm_bo_get_user_data() [all …]
|
D | gbmint.h | 65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm, 69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type, 71 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data); 72 void (*bo_destroy)(struct gbm_bo *bo); 77 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface); 79 struct gbm_bo *bo); 89 struct gbm_bo { struct 97 void (*destroy_user_data)(struct gbm_bo *, void *); argument
|
D | common_drm.h | 45 struct gbm_bo base;
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | gbmtest.c | 95 static int check_bo(struct gbm_bo *bo) in check_bo() 259 struct gbm_bo *bo; in test_reinit() 274 struct gbm_bo *bo; in test_alloc_free() 289 struct gbm_bo *bo; in test_alloc_free_sizes() 296 struct gbm_bo *bo; in test_alloc_free_sizes() 303 struct gbm_bo *bo; in test_alloc_free_sizes() 322 struct gbm_bo *bo; in test_alloc_free_formats() 344 struct gbm_bo *bo; in test_alloc_free_usage() 362 void destroy_data1(struct gbm_bo *bo, void *data) in destroy_data1() 367 void destroy_data2(struct gbm_bo *bo, void *data) in destroy_data2() [all …]
|
/external/mesa3d/src/gallium/state_trackers/gbm/ |
D | gbm_drm.c | 98 gbm_gallium_drm_bo_destroy(struct gbm_bo *_bo) in gbm_gallium_drm_bo_destroy() 106 static struct gbm_bo * 171 static struct gbm_bo *
|
D | gbm_gallium_drmint.h | 63 gbm_gallium_drm_bo(struct gbm_bo *bo) in gbm_gallium_drm_bo()
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 302 gbm_dri_bo_write(struct gbm_bo *_bo, const void *buf, size_t count) in gbm_dri_bo_write() 315 gbm_dri_bo_destroy(struct gbm_bo *_bo) in gbm_dri_bo_destroy() 359 static struct gbm_bo * 451 static struct gbm_bo * 512 static struct gbm_bo *
|
D | gbm_driint.h | 94 gbm_dri_bo(struct gbm_bo *bo) in gbm_dri_bo()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 40 static struct gbm_bo * 45 struct gbm_bo *bo; in lock_front_buffer() 60 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo) in release_buffer() 347 struct gbm_dri_bo *dri_bo = gbm_dri_bo((struct gbm_bo *) buffer); in dri2_create_image_khr_pixmap()
|
D | egl_dri2.h | 187 struct gbm_bo *bo;
|
/external/mesa3d/include/EGL/ |
D | eglplatform.h | 95 typedef struct gbm_bo *EGLNativePixmapType;
|