| /xsrc/external/mit/MesaLib/dist/src/gbm/main/ |
| H A D | backend.h | 33 struct gbm_device * 37 _gbm_device_destroy(struct gbm_device *gbm);
|
| H A D | gbm_backend_abi.h | 108 void (*destroy)(struct gbm_device *gbm); 109 int (*is_format_supported)(struct gbm_device *gbm, 112 int (*get_format_modifier_plane_count)(struct gbm_device *device, 120 struct gbm_bo *(*bo_create)(struct gbm_device *gbm, 126 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type, 148 struct gbm_surface *(*surface_create)(struct gbm_device *gbm, 168 struct gbm_device { struct 169 /* Hack to make a gbm_device detectable by its first element. */ 170 struct gbm_device *(*dummy)(int); 199 struct gbm_device *gb [all...] |
| H A D | backend.c | 96 static struct gbm_device * 101 struct gbm_device *dev = bd->backend->v0.create_device(fd, abi_ver); 114 static struct gbm_device * 117 struct gbm_device *dev = NULL; 145 static struct gbm_device * 148 struct gbm_device *dev = NULL; 178 static struct gbm_device * 181 struct gbm_device *dev = NULL; 191 static struct gbm_device * 194 struct gbm_device *de [all...] |
| H A D | gbm.h | 46 struct gbm_device; 253 gbm_device_get_fd(struct gbm_device *gbm); 256 gbm_device_get_backend_name(struct gbm_device *gbm); 259 gbm_device_is_format_supported(struct gbm_device *gbm, 263 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, 268 gbm_device_destroy(struct gbm_device *gbm); 270 struct gbm_device * 274 gbm_bo_create(struct gbm_device *gbm, 279 gbm_bo_create_with_modifiers(struct gbm_device *gbm, 286 gbm_bo_create_with_modifiers2(struct gbm_device *gb [all...] |
| H A D | 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) 120 * \return The newly created struct gbm_device. The resources associated with 124 GBM_EXPORT struct gbm_device * 127 struct gbm_device *gbm = NULL; 296 GBM_EXPORT struct gbm_device * [all...] |
| H A D | gbm_abi_check.c | 61 void (*destroy)(struct gbm_device *gbm); 62 int (*is_format_supported)(struct gbm_device *gbm, 65 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, 104 /* Hack to make a gbm_device detectable by its first element. */ 105 struct gbm_device *(*dummy)(int); 134 struct gbm_device *gbm; 162 struct gbm_device *gb [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gbm/main/ |
| H A D | backend.h | 33 struct gbm_device *
|
| H A D | 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 *gb [all...] |
| H A D | gbm.h | 46 struct gbm_device; 235 gbm_device_get_fd(struct gbm_device *gbm); 238 gbm_device_get_backend_name(struct gbm_device *gbm); 241 gbm_device_is_format_supported(struct gbm_device *gbm, 245 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, 250 gbm_device_destroy(struct gbm_device *gbm); 252 struct gbm_device * 256 gbm_bo_create(struct gbm_device *gbm, 261 gbm_bo_create_with_modifiers(struct gbm_device *gbm, 291 gbm_bo_import(struct gbm_device *gb [all...] |
| H A D | 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...] |
| H A D | backend.c | 80 struct gbm_device * 84 struct gbm_device *dev = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gbm/backends/dri/ |
| H A D | gbm_driint.h | 55 struct gbm_device base; 133 gbm_dri_device(struct gbm_device *gbm)
|
| H A D | gbm_dri.c | 557 gbm_dri_is_format_supported(struct gbm_device *gbm, 595 gbm_dri_get_format_modifier_plane_count(struct gbm_device *gbm, 839 gbm_dri_bo_import(struct gbm_device *gbm, 1004 create_dumb(struct gbm_device *gbm, 1062 gbm_dri_bo_create(struct gbm_device *gbm, 1223 gbm_dri_surface_create(struct gbm_device *gbm, 1295 dri_destroy(struct gbm_device *gbm) 1313 static struct gbm_device *
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | eglplatform.h | 94 typedef struct gbm_device *EGLNativeDisplayType;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egldisplay.h | 283 struct gbm_device; 286 _eglGetGbmDisplay(struct gbm_device *native_display,
|
| /xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri/ |
| H A D | gbm_driint.h | 62 struct gbm_device base; 143 gbm_dri_device(struct gbm_device *gbm)
|
| H A D | gbm_dri.c | 629 gbm_dri_is_format_supported(struct gbm_device *gbm, 665 gbm_dri_get_format_modifier_plane_count(struct gbm_device *gbm, 954 gbm_dri_bo_import(struct gbm_device *gbm, 1119 create_dumb(struct gbm_device *gbm, 1177 gbm_dri_bo_create(struct gbm_device *gbm, 1311 gbm_dri_surface_create(struct gbm_device *gbm, 1383 dri_destroy(struct gbm_device *gbm) 1401 static struct gbm_device *
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldisplay.h | 307 struct gbm_device; 310 _eglGetGbmDisplay(struct gbm_device *native_display,
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | eglplatform.h | 106 typedef struct gbm_device *EGLNativeDisplayType;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 39 struct gbm_device; 96 struct gbm_device *gbm;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor.h | 44 struct gbm_device; 156 extern _X_EXPORT struct gbm_device *glamor_egl_get_gbm_device(ScreenPtr screen);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglkms.c | 171 struct gbm_device *gbm;
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_drv.h | 253 struct gbm_device *gbm;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 81 struct gbm_device *gbm = gbm_create_device(fd);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 81 struct gbm_device *gbm = gbm_create_device(fd);
|