/external/mesa3d/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...] |
gbm.h | 47 struct gbm_bo; 252 struct gbm_bo * 257 struct gbm_bo * 287 struct gbm_bo * 319 gbm_bo_map(struct gbm_bo *bo, 324 gbm_bo_unmap(struct gbm_bo *bo, void *map_data); 327 gbm_bo_get_width(struct gbm_bo *bo); 330 gbm_bo_get_height(struct gbm_bo *bo); 333 gbm_bo_get_stride(struct gbm_bo *bo); 336 gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane) [all...] |
gbm.c | 155 gbm_bo_get_width(struct gbm_bo *bo) 166 gbm_bo_get_height(struct gbm_bo *bo) 180 gbm_bo_get_stride(struct gbm_bo *bo) 193 gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane) 206 gbm_bo_get_format(struct gbm_bo *bo) 224 gbm_bo_get_bpp(struct gbm_bo *bo) 287 gbm_bo_get_offset(struct gbm_bo *bo, int plane) 298 gbm_bo_get_device(struct gbm_bo *bo) 312 gbm_bo_get_handle(struct gbm_bo *bo) 329 gbm_bo_get_fd(struct gbm_bo *bo [all...] |
/external/minigbm/ |
gbm_priv.h | 24 struct gbm_bo { struct 29 void (*destroy_user_data)(struct gbm_bo *, void *);
|
gbm.h | 47 struct gbm_bo; 290 struct gbm_bo * 295 struct gbm_bo * 324 struct gbm_bo * 356 gbm_bo_map(struct gbm_bo *bo, 361 gbm_bo_unmap(struct gbm_bo *bo, void *map_data); 364 gbm_bo_get_width(struct gbm_bo *bo); 367 gbm_bo_get_height(struct gbm_bo *bo); 370 gbm_bo_get_stride(struct gbm_bo *bo); 374 gbm_bo_get_stride_or_tiling(struct gbm_bo *bo) [all...] |
gbm.c | 84 PUBLIC struct gbm_bo *gbm_surface_lock_front_buffer(struct gbm_surface *surface) 89 PUBLIC void gbm_surface_release_buffer(struct gbm_surface *surface, struct gbm_bo *bo) 93 static struct gbm_bo *gbm_bo_new(struct gbm_device *gbm, uint32_t format) 95 struct gbm_bo *bo; 97 bo = (struct gbm_bo *)calloc(1, sizeof(*bo)); 107 PUBLIC struct gbm_bo *gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, 110 struct gbm_bo *bo; 130 PUBLIC struct gbm_bo *gbm_bo_create_with_modifiers(struct gbm_device *gbm, uint32_t width, 134 struct gbm_bo *bo; 151 PUBLIC void gbm_bo_destroy(struct gbm_bo *bo [all...] |
/external/autotest/client/site_tests/graphics_Gbm/src/ |
gbmtest.c | 194 static int check_bo(struct gbm_bo *bo) 396 struct gbm_bo *bo; 411 struct gbm_bo *bo; 426 struct gbm_bo *bo; 433 struct gbm_bo *bo; 440 struct gbm_bo *bo; 459 struct gbm_bo *bo; 482 struct gbm_bo *bo; 504 void destroy_data1(struct gbm_bo *bo, void *data) 509 void destroy_data2(struct gbm_bo *bo, void *data [all...] |
/external/libkmsxx/kmscube/ |
cube-gbm.cpp | 72 gbm_bo* lock_front_buffer() 77 void release_buffer(gbm_bo *bo) 119 static void drm_fb_destroy_callback(struct gbm_bo *bo, void *data) 125 static Framebuffer* drm_fb_get_from_bo(struct gbm_bo *bo, Card& card) 177 struct gbm_bo* bo_prev; 178 struct gbm_bo* bo_next;
|
/external/mesa3d/src/gbm/backends/dri/ |
gbm_driint.h | 103 struct gbm_bo base; 125 gbm_dri_bo(struct gbm_bo *bo)
|
gbm_dri.c | 667 gbm_dri_bo_write(struct gbm_bo *_bo, const void *buf, size_t count) 682 gbm_dri_bo_get_fd(struct gbm_bo *_bo) 715 gbm_dri_bo_get_planes(struct gbm_bo *_bo) 724 gbm_dri_bo_get_handle_for_plane(struct gbm_bo *_bo, int plane) 761 gbm_dri_bo_get_stride(struct gbm_bo *_bo, int plane) 800 gbm_dri_bo_get_offset(struct gbm_bo *_bo, int plane) 835 gbm_dri_bo_get_modifier(struct gbm_bo *_bo) 867 gbm_dri_bo_destroy(struct gbm_bo *_bo) 885 static struct gbm_bo * 1050 static struct gbm_bo * [all...] |
/external/mesa3d/include/EGL/ |
eglplatform.h | 95 typedef struct gbm_bo *EGLNativePixmapType;
|
/external/swiftshader/include/EGL/ |
eglplatform.h | 95 typedef struct gbm_bo *EGLNativePixmapType;
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 43 static struct gbm_bo * 49 struct gbm_bo *bo; 67 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo) 430 struct gbm_dri_bo *dri_bo = gbm_dri_bo((struct gbm_bo *) buffer);
|
egl_dri2.h | 295 struct gbm_bo *bo;
|