/third_party/mesa3d/src/gbm/main/ |
D | backend.c | 96 static struct gbm_device * 101 struct gbm_device *dev = bd->backend->v0.create_device(fd, abi_ver); in backend_create_device() 114 static struct gbm_device * 117 struct gbm_device *dev = NULL; in load_backend() 145 static struct gbm_device * 148 struct gbm_device *dev = NULL; in find_backend() 178 static struct gbm_device * 181 struct gbm_device *dev = NULL; in override_backend() 191 static struct gbm_device * 194 struct gbm_device *dev = NULL; in backend_from_driver_name() [all …]
|
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 170 struct gbm_device *(*dummy)(int); argument 199 struct gbm_device *gbm; 227 struct gbm_device *gbm; [all …]
|
D | gbm.h | 46 struct gbm_device; 262 gbm_device_get_fd(struct gbm_device *gbm); 265 gbm_device_get_backend_name(struct gbm_device *gbm); 268 gbm_device_is_format_supported(struct gbm_device *gbm, 272 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, 277 gbm_device_destroy(struct gbm_device *gbm); 279 struct gbm_device * 283 gbm_bo_create(struct gbm_device *gbm, 288 gbm_bo_create_with_modifiers(struct gbm_device *gbm, 295 gbm_bo_create_with_modifiers2(struct gbm_device *gbm, [all …]
|
D | gbm.c | 53 gbm_device_get_fd(struct gbm_device *gbm) in gbm_device_get_fd() 64 gbm_device_get_backend_name(struct gbm_device *gbm) in gbm_device_get_backend_name() 82 gbm_device_is_format_supported(struct gbm_device *gbm, in gbm_device_is_format_supported() 95 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, in gbm_device_get_format_modifier_plane_count() 110 gbm_device_destroy(struct gbm_device *gbm) in gbm_device_destroy() 127 GBM_EXPORT struct gbm_device * 130 struct gbm_device *gbm = NULL; in gbm_create_device() 304 GBM_EXPORT struct gbm_device * 489 gbm_bo_create(struct gbm_device *gbm, in gbm_bo_create() 502 gbm_bo_create_with_modifiers(struct gbm_device *gbm, in gbm_bo_create_with_modifiers() [all …]
|
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, 105 struct gbm_device *(*dummy)(int); 134 struct gbm_device *gbm; 162 struct gbm_device *gbm; 182 struct gbm_device *(*create_device)(int fd, uint32_t gbm_backend_version); [all …]
|
D | backend.h | 33 struct gbm_device * 37 _gbm_device_destroy(struct gbm_device *gbm);
|
/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_driint.h | 63 struct gbm_device base; 145 gbm_dri_device(struct gbm_device *gbm) in gbm_dri_device()
|
D | gbm_dri.c | 660 gbm_dri_is_format_supported(struct gbm_device *gbm, in gbm_dri_is_format_supported() 696 gbm_dri_get_format_modifier_plane_count(struct gbm_device *gbm, in gbm_dri_get_format_modifier_plane_count() 985 gbm_dri_bo_import(struct gbm_device *gbm, in gbm_dri_bo_import() 1150 create_dumb(struct gbm_device *gbm, in create_dumb() 1208 gbm_dri_bo_create(struct gbm_device *gbm, in gbm_dri_bo_create() 1342 gbm_dri_surface_create(struct gbm_device *gbm, in gbm_dri_surface_create() 1414 dri_destroy(struct gbm_device *gbm) in dri_destroy() 1432 static struct gbm_device *
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.h | 19 struct gbm_device; 136 gbm_device *mGBM;
|
/third_party/mesa3d/src/egl/main/ |
D | egldisplay.h | 308 struct gbm_device; 311 _eglGetGbmDisplay(struct gbm_device *native_display,
|
D | egldisplay.c | 547 _eglGetGbmDisplay(struct gbm_device *native_display, in _eglGetGbmDisplay()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.h | 19 struct gbm_device; 187 gbm_device *mGBM;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstgldisplay_gbm.h | 60 struct gbm_device *gbm_dev;
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglplatform.h | 94 typedef struct gbm_device *EGLNativeDisplayType;
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglplatform.h | 94 typedef struct gbm_device *EGLNativeDisplayType;
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | eglplatform.h | 100 typedef struct gbm_device *EGLNativeDisplayType;
|
/third_party/mesa3d/include/EGL/ |
D | eglplatform.h | 106 typedef struct gbm_device *EGLNativeDisplayType;
|
/third_party/EGL/api/EGL/ |
D | eglplatform.h | 95 typedef struct gbm_device *EGLNativeDisplayType;
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglplatform.h | 93 typedef struct gbm_device *EGLNativeDisplayType;
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_platform_gbm.txt | 76 gbm_device` or be EGL_DEFAULT_DISPLAY. If <native_display> is 124 struct gbm_device *gbm;
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_platform_gbm.txt | 76 gbm_device` or be EGL_DEFAULT_DISPLAY. If <native_display> is 124 struct gbm_device *gbm;
|
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/ |
D | EGL_MESA_platform_gbm.txt | 76 gbm_device` or be EGL_DEFAULT_DISPLAY. If <native_display> is 124 struct gbm_device *gbm;
|
/third_party/EGL/extensions/MESA/ |
D | EGL_MESA_platform_gbm.txt | 76 gbm_device` or be NULL. If <native_display> is NULL, then the resultant 122 struct gbm_device *gbm;
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | amdgcn_glslc.c | 81 struct gbm_device *gbm = gbm_create_device(fd); in create_gl_core_context()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | VulkanImageWrappingTestsDmaBuf.cpp | 75 gbm_device* CreateGbmDevice() { in CreateGbmDevice() 97 gbm_device* gbmDevice = gbm_create_device(renderNodeFd); in CreateGbmDevice() 173 gbm_device* gbmDevice;
|