Home
last modified time | relevance | path

Searched refs:EGL_PLATFORM_GBM_MESA (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl.c53 #ifndef EGL_PLATFORM_GBM_MESA
54 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
194 ret = _gst_eglGetPlatformDisplay (EGL_PLATFORM_GBM_MESA, (gpointer) display, in gst_gl_display_egl_get_from_native()
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/
DEGL_MESA_platform_gbm.txt62 EGL_PLATFORM_GBM_MESA 0x31D7
74 <platform> set to EGL_PLATFORM_GBM_MESA. The <native_display> parameter
172 dpy.egl = eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_MESA, dpy.gbm, NULL);
/third_party/EGL/extensions/MESA/
DEGL_MESA_platform_gbm.txt62 EGL_PLATFORM_GBM_MESA 0x31D7
74 <platform> set to EGL_PLATFORM_GBM_MESA. The <native_display> parameter
170 dpy.egl = eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_MESA, dpy.gbm, NULL);
/third_party/mesa3d/docs/_extra/specs/
Denums.txt84 EGL_PLATFORM_GBM_MESA 0x31D7
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c87 egl_dpy = eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_MESA, in create_gl_core_context()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h1020 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h1020 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_egl.h1513 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglext.h1020 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
/third_party/mesa3d/include/EGL/
Deglext.h1067 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h1028 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
/third_party/EGL/api/EGL/
Deglext.h1093 #define EGL_PLATFORM_GBM_MESA 0x31D7 macro
/third_party/mesa3d/src/egl/main/
Deglapi.c391 case EGL_PLATFORM_GBM_MESA: in _eglGetPlatformDisplayCommon()
/third_party/gstreamer/gstplugins_base/
DChangeLog18255 Add GBM_CFLAGS and define EGL_PLATFORM_GBM_MESA
18257 because 'gbm.h' can not be found and 'EGL_PLATFORM_GBM_MESA' is not defined.
18258 So simply adding define of 'EGL_PLATFORM_GBM_MESA' in 'gstgldisplay_egl.c'
18268 error: 'EGL_PLATFORM_GBM_MESA' undeclared (first use in this function);
18270 ret = _gst_eglGetPlatformDisplay (EGL_PLATFORM_GBM_MESA, (gpointer) display,