/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_platform_device.txt | 73 EGL_PLATFORM_DEVICE_EXT 0x313F 88 "The only valid value for <platform> is EGL_PLATFORM_DEVICE_EXT. 89 When <platform> is EGL_PLATFORM_DEVICE_EXT, <native_display> must 97 to the EGL_PLATFORM_DEVICE_EXT platform." 103 to the EGL_PLATFORM_DEVICE_EXT platform. 119 2. Should the EGL_PLATFORM_DEVICE_EXT platform be included in the
|
D | EGL_EXT_device_drm.txt | 127 When <platform> is EGL_PLATFORM_DEVICE_EXT, the only valid attribute 184 dpy1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, 190 dpy2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
|
D | EGL_EXT_device_openwf.txt | 119 When <platform> is EGL_PLATFORM_DEVICE_EXT, the only valid attribute 191 dpy1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, 197 dpy2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_platform_device.txt | 73 EGL_PLATFORM_DEVICE_EXT 0x313F 88 "The only valid value for <platform> is EGL_PLATFORM_DEVICE_EXT. 89 When <platform> is EGL_PLATFORM_DEVICE_EXT, <native_display> must 97 to the EGL_PLATFORM_DEVICE_EXT platform." 103 to the EGL_PLATFORM_DEVICE_EXT platform. 119 2. Should the EGL_PLATFORM_DEVICE_EXT platform be included in the
|
D | EGL_EXT_device_drm.txt | 127 When <platform> is EGL_PLATFORM_DEVICE_EXT, the only valid attribute 184 dpy1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, 190 dpy2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
|
D | EGL_EXT_device_openwf.txt | 119 When <platform> is EGL_PLATFORM_DEVICE_EXT, the only valid attribute 191 dpy1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, 197 dpy2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDeviceTest.cpp | 235 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P() 264 EGLDisplay display1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P() 267 EGLDisplay display2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P() 440 EGL_PLATFORM_DEVICE_EXT, reinterpret_cast<EGLDeviceEXT>(eglDevice), nullptr); in TEST_P()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstgldisplay_egl.c | 59 #ifndef EGL_PLATFORM_DEVICE_EXT 60 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro 232 _gst_eglGetPlatformDisplay (EGL_PLATFORM_DEVICE_EXT, (gpointer) display, in gst_gl_display_egl_get_from_native()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle.txt | 89 EGL_PLATFORM_DEVICE_EXT 0x313F
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 113 else if (display->getPlatform() == EGL_PLATFORM_DEVICE_EXT) in CreateRendererD3D()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 741 display = new Display(EGL_PLATFORM_DEVICE_EXT, 0, device); in GetDisplayFromDevice() 816 else if (mPlatform == EGL_PLATFORM_DEVICE_EXT) in ~Display() 976 if (mPlatform == EGL_PLATFORM_DEVICE_EXT) in initialize()
|
D | validationEGL.cpp | 546 case EGL_PLATFORM_DEVICE_EXT: in ValidateGetPlatformDisplayCommon() 898 else if (platform == EGL_PLATFORM_DEVICE_EXT) in ValidateGetPlatformDisplayCommon()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_display_reference.txt | 163 EGL_PLATFORM_DEVICE_EXT, EGL_PLATFORM_GBM_KHR, EGL_PLATFORM_X11_KHR,
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_display_reference.txt | 163 EGL_PLATFORM_DEVICE_EXT, EGL_PLATFORM_GBM_KHR, EGL_PLATFORM_X11_KHR,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs.cpp | 404 else if (platform == EGL_PLATFORM_DEVICE_EXT) in GetPlatformDisplay()
|
D | egl_ext_stubs.cpp | 192 else if (platform == EGL_PLATFORM_DEVICE_EXT) in GetPlatformDisplayEXT()
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglext.h | 856 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglext.h | 856 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglext.h | 858 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/mesa3d/include/EGL/ |
D | eglext.h | 892 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/EGL/api/EGL/ |
D | eglext.h | 893 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/mesa3d/src/egl/main/ |
D | eglapi.c | 415 case EGL_PLATFORM_DEVICE_EXT: in _eglGetPlatformDisplayCommon()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 520 else if (mDisplay->getPlatform() == EGL_PLATFORM_DEVICE_EXT) in Renderer11()
|