Home
last modified time | relevance | path

Searched refs:gbm_device (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/gbm/main/
Dbackend.c96 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 …]
Dgbm_backend_abi.h108 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 …]
Dgbm.h46 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 …]
Dgbm.c53 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 …]
Dgbm_abi_check.c61 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 …]
Dbackend.h33 struct gbm_device *
37 _gbm_device_destroy(struct gbm_device *gbm);
/third_party/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h63 struct gbm_device base;
145 gbm_dri_device(struct gbm_device *gbm) in gbm_dri_device()
Dgbm_dri.c660 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/
DDisplayGbm.h19 struct gbm_device;
136 gbm_device *mGBM;
/third_party/mesa3d/src/egl/main/
Degldisplay.h308 struct gbm_device;
311 _eglGetGbmDisplay(struct gbm_device *native_display,
Degldisplay.c547 _eglGetGbmDisplay(struct gbm_device *native_display, in _eglGetGbmDisplay()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.h19 struct gbm_device;
187 gbm_device *mGBM;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstgldisplay_gbm.h60 struct gbm_device *gbm_dev;
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglplatform.h94 typedef struct gbm_device *EGLNativeDisplayType;
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglplatform.h94 typedef struct gbm_device *EGLNativeDisplayType;
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglplatform.h100 typedef struct gbm_device *EGLNativeDisplayType;
/third_party/mesa3d/include/EGL/
Deglplatform.h106 typedef struct gbm_device *EGLNativeDisplayType;
/third_party/EGL/api/EGL/
Deglplatform.h95 typedef struct gbm_device *EGLNativeDisplayType;
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglplatform.h93 typedef struct gbm_device *EGLNativeDisplayType;
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_platform_gbm.txt76 gbm_device` or be EGL_DEFAULT_DISPLAY. If <native_display> is
124 struct gbm_device *gbm;
/third_party/EGL/extensions/KHR/
DEGL_KHR_platform_gbm.txt76 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/
DEGL_MESA_platform_gbm.txt76 gbm_device` or be EGL_DEFAULT_DISPLAY. If <native_display> is
124 struct gbm_device *gbm;
/third_party/EGL/extensions/MESA/
DEGL_MESA_platform_gbm.txt76 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/
Damdgcn_glslc.c81 struct gbm_device *gbm = gbm_create_device(fd); in create_gl_core_context()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsDmaBuf.cpp75 gbm_device* CreateGbmDevice() { in CreateGbmDevice()
97 gbm_device* gbmDevice = gbm_create_device(renderNodeFd); in CreateGbmDevice()
173 gbm_device* gbmDevice;

12