Searched refs:eglGetPlatformDisplay (Results 1 – 25 of 64) sorted by relevance
123
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_platform_wayland.txt | 58 Accepted as the <platform> argument of eglGetPlatformDisplay: 72 eglGetPlatformDisplay with <platform> set to EGL_PLATFORM_WAYLAND_KHR. The 91 eglGetPlatformDisplay()? 93 RESOLUTION: Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplay 105 eglGetPlatformDisplay accepts EGL_DEFAULT_DISPLAY for Wayland.
|
D | EGL_KHR_platform_gbm.txt | 60 Accepted as the <platform> argument of eglGetPlatformDisplay: 73 To obtain an EGLDisplay from an GBM device, call eglGetPlatformDisplay with 98 eglGetPlatformDisplay? 100 RESOLUTION: Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplay 172 dpy.egl = eglGetPlatformDisplay(EGL_PLATFORM_GBM_KHR, dpy.gbm, NULL); 292 eglGetPlatformDisplay accepts EGL_DEFAULT_DISPLAY for GBM.
|
D | EGL_KHR_platform_x11.txt | 63 Accepted as the <platform> argument of eglGetPlatformDisplay: 68 eglGetPlatformDisplay: 87 To obtain an EGLDisplay backed by an X11 screen, call eglGetPlatformDisplay 115 eglGetPlatformDisplay()? 117 RESOLVED. Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplay 120 2. When given EGL_DEFAULT_DISPLAY, does eglGetPlatformDisplay reuse an 123 RESOLVED. eglGetPlatformDisplay creates a new connection because the 195 dpy.egl = eglGetPlatformDisplay(EGL_PLATFORM_X11_KHR, dpy.x11, NULL);
|
D | EGL_KHR_display_reference.txt | 89 eglGetPlatformDisplay and the <name> parameter of 96 Remove the sentence in the description of eglGetPlatformDisplay 105 calls are made to eglGetPlatformDisplay requesting default and non- 155 If eglGetPlatformDisplay() is called with <platform> set to 162 If eglGetPlatformDisplay() is called with <platform> set to 187 eglGetPlatformDisplay returns a new display handle or an 191 handle and other attributes, calling eglGetPlatformDisplay
|
D | EGL_KHR_platform_ohos.txt | 54 Accepted as the <platform> argument of eglGetPlatformDisplay: 67 To obtain an EGLDisplay for the Openharmony device, call eglGetPlatformDisplay
|
D | EGL_KHR_platform_android.txt | 59 Accepted as the <platform> argument of eglGetPlatformDisplay: 72 To obtain an EGLDisplay for the Android device, call eglGetPlatformDisplay
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_platform_wayland.txt | 58 Accepted as the <platform> argument of eglGetPlatformDisplay: 72 eglGetPlatformDisplay with <platform> set to EGL_PLATFORM_WAYLAND_KHR. The 91 eglGetPlatformDisplay()? 93 RESOLUTION: Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplay 105 eglGetPlatformDisplay accepts EGL_DEFAULT_DISPLAY for Wayland.
|
D | EGL_KHR_platform_gbm.txt | 60 Accepted as the <platform> argument of eglGetPlatformDisplay: 73 To obtain an EGLDisplay from an GBM device, call eglGetPlatformDisplay with 98 eglGetPlatformDisplay? 100 RESOLUTION: Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplay 172 dpy.egl = eglGetPlatformDisplay(EGL_PLATFORM_GBM_KHR, dpy.gbm, NULL); 292 eglGetPlatformDisplay accepts EGL_DEFAULT_DISPLAY for GBM.
|
D | EGL_KHR_platform_x11.txt | 63 Accepted as the <platform> argument of eglGetPlatformDisplay: 68 eglGetPlatformDisplay: 87 To obtain an EGLDisplay backed by an X11 screen, call eglGetPlatformDisplay 115 eglGetPlatformDisplay()? 117 RESOLVED. Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplay 120 2. When given EGL_DEFAULT_DISPLAY, does eglGetPlatformDisplay reuse an 123 RESOLVED. eglGetPlatformDisplay creates a new connection because the 195 dpy.egl = eglGetPlatformDisplay(EGL_PLATFORM_X11_KHR, dpy.x11, NULL);
|
D | EGL_KHR_display_reference.txt | 89 eglGetPlatformDisplay and the <name> parameter of 96 Remove the sentence in the description of eglGetPlatformDisplay 105 calls are made to eglGetPlatformDisplay requesting default and non- 155 If eglGetPlatformDisplay() is called with <platform> set to 162 If eglGetPlatformDisplay() is called with <platform> set to 187 eglGetPlatformDisplay returns a new display handle or an 191 handle and other attributes, calling eglGetPlatformDisplay
|
D | EGL_KHR_platform_android.txt | 59 Accepted as the <platform> argument of eglGetPlatformDisplay: 72 To obtain an EGLDisplay for the Android device, call eglGetPlatformDisplay
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwStaticLibrary15.inl | 31 { "eglGetPlatformDisplay", (deFunctionPtr)eglGetPlatformDisplay },
|
/third_party/EGL/extensions/MESA/ |
D | EGL_MESA_platform_surfaceless.txt | 46 eglGetPlatformDisplay applies also to eglGetPlatformDisplayEXT; 73 Accepted as the <platform> argument of eglGetPlatformDisplay: 87 eglGetPlatformDisplay with <platform> set to EGL_PLATFORM_SURFACELESS_MESA.
|
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/ |
D | EGL_MESA_platform_surfaceless.txt | 46 eglGetPlatformDisplay applies also to eglGetPlatformDisplayEXT; 73 Accepted as the <platform> argument of eglGetPlatformDisplay: 87 eglGetPlatformDisplay with <platform> set to EGL_PLATFORM_SURFACELESS_MESA.
|
/third_party/mesa3d/docs/_extra/specs/ |
D | EGL_MESA_platform_surfaceless.txt | 46 eglGetPlatformDisplay applies also to eglGetPlatformDisplayEXT; 73 Accepted as the <platform> argument of eglGetPlatformDisplay: 87 eglGetPlatformDisplay with <platform> set to EGL_PLATFORM_SURFACELESS_MESA.
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLFeatureControlTest.cpp | 39 mDisplay = eglGetPlatformDisplay(EGL_PLATFORM_ANGLE_ANGLE, in initTest() 172 EGLDisplay dpy_override = eglGetPlatformDisplay( in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLFeatureControlTest.cpp | 39 mDisplay = eglGetPlatformDisplay(EGL_PLATFORM_ANGLE_ANGLE, in initTest() 174 EGLDisplay dpy_override = eglGetPlatformDisplay( in TEST_P()
|
/third_party/mesa3d/src/egl/ |
D | egl-symbols.txt | 26 eglGetPlatformDisplay
|
/third_party/mesa3d/src/egl/main/ |
D | egl.def | 27 eglGetPlatformDisplay
|
D | eglglvnd.c | 69 return eglGetPlatformDisplay(platform, native_display, attrib_list); in __eglGLVNDGetPlatformDisplay()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL_deprecated.lds | 29 eglGetPlatformDisplay;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.def | 85 eglGetPlatformDisplay @44
|
/third_party/EGL/sdk/docs/man/html/ |
D | Makefile | 41 eglGetPlatformDisplay.xhtml \
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle_device_type_swiftshader.txt | 62 When calling eglGetPlatformDisplay:
|
D | EGL_ANGLE_platform_angle_device_type_egl.txt | 63 When calling eglGetPlatformDisplay:
|
123