/external/mesa3d/src/gbm/main/ |
backend.h | 33 struct gbm_device *
|
gbmint.h | 51 struct gbm_device { struct 52 /* Hack to make a gbm_device detectable by its first element. */ 53 struct gbm_device *(*dummy)(int); 60 void (*destroy)(struct gbm_device *gbm); 61 int (*is_format_supported)(struct gbm_device *gbm, 64 int (*get_format_modifier_plane_count)(struct gbm_device *device, 68 struct gbm_bo *(*bo_create)(struct gbm_device *gbm, 74 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type, 91 struct gbm_surface *(*surface_create)(struct gbm_device *gbm, 109 struct gbm_device *gbm [all...] |
gbm.c | 50 * \return The fd that the struct gbm_device was created with 53 gbm_device_get_fd(struct gbm_device *gbm) 64 gbm_device_get_backend_name(struct gbm_device *gbm) 82 gbm_device_is_format_supported(struct gbm_device *gbm, 95 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, 107 gbm_device_destroy(struct gbm_device *gbm) 122 * \return The newly created struct gbm_device. The resources associated with 126 GBM_EXPORT struct gbm_device * 129 struct gbm_device *gbm = NULL; 297 GBM_EXPORT struct gbm_device * [all...] |
gbm.h | 46 struct gbm_device; 232 gbm_device_get_fd(struct gbm_device *gbm); 235 gbm_device_get_backend_name(struct gbm_device *gbm); 238 gbm_device_is_format_supported(struct gbm_device *gbm, 242 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, 247 gbm_device_destroy(struct gbm_device *gbm); 249 struct gbm_device * 253 gbm_bo_create(struct gbm_device *gbm, 258 gbm_bo_create_with_modifiers(struct gbm_device *gbm, 288 gbm_bo_import(struct gbm_device *gbm, uint32_t type [all...] |
backend.c | 80 struct gbm_device * 84 struct gbm_device *dev = NULL;
|
/external/minigbm/ |
gbm_priv.h | 17 struct gbm_device { struct 25 struct gbm_device *gbm;
|
gbm.h | 46 struct gbm_device; 275 gbm_device_get_fd(struct gbm_device *gbm); 278 gbm_device_get_backend_name(struct gbm_device *gbm); 281 gbm_device_is_format_supported(struct gbm_device *gbm, 285 gbm_device_destroy(struct gbm_device *gbm); 287 struct gbm_device * 291 gbm_bo_create(struct gbm_device *gbm, 296 gbm_bo_create_with_modifiers(struct gbm_device *gbm, 325 gbm_bo_import(struct gbm_device *gbm, uint32_t type, 382 struct gbm_device * [all...] |
gbm.c | 21 PUBLIC int gbm_device_get_fd(struct gbm_device *gbm) 27 PUBLIC const char *gbm_device_get_backend_name(struct gbm_device *gbm) 32 PUBLIC int gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t usage) 44 PUBLIC struct gbm_device *gbm_create_device(int fd) 46 struct gbm_device *gbm; 48 gbm = (struct gbm_device *)malloc(sizeof(*gbm)); 62 PUBLIC void gbm_device_destroy(struct gbm_device *gbm) 68 PUBLIC struct gbm_surface *gbm_surface_create(struct gbm_device *gbm, uint32_t width, 93 static struct gbm_bo *gbm_bo_new(struct gbm_device *gbm, uint32_t format) 107 PUBLIC struct gbm_bo *gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height [all...] |
/external/mesa3d/src/gbm/backends/dri/ |
gbm_driint.h | 44 struct gbm_device base; 119 gbm_dri_device(struct gbm_device *gbm)
|
gbm_dri.c | 605 gbm_dri_is_format_supported(struct gbm_device *gbm, 643 gbm_dri_get_format_modifier_plane_count(struct gbm_device *gbm, 886 gbm_dri_bo_import(struct gbm_device *gbm, 1051 create_dumb(struct gbm_device *gbm, 1109 gbm_dri_bo_create(struct gbm_device *gbm, [all...] |
/external/mesa3d/include/EGL/ |
eglplatform.h | 94 typedef struct gbm_device *EGLNativeDisplayType;
|
/external/swiftshader/include/EGL/ |
eglplatform.h | 94 typedef struct gbm_device *EGLNativeDisplayType;
|
/external/mesa3d/src/egl/main/ |
egldisplay.h | 274 struct gbm_device; 277 _eglGetGbmDisplay(struct gbm_device *native_display,
|
egldisplay.c | 497 _eglGetGbmDisplay(struct gbm_device *native_display,
|
eglapi.c | 391 dpy = _eglGetGbmDisplay((struct gbm_device*) native_display, [all...] |
/external/libkmsxx/kmscube/ |
cube-gbm.cpp | 42 struct gbm_device* handle() const { return m_dev; } 45 struct gbm_device* m_dev;
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
amdgcn_glslc.c | 80 struct gbm_device *gbm = gbm_create_device(fd);
|
/external/virglrenderer/src/ |
virgl_egl_context.c | 51 struct gbm_device *gbm_dev;
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 652 struct gbm_device *gbm;
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
gbmtest.c | 52 static struct gbm_device *gbm;
|