Home
last modified time | relevance | path

Searched refs:eglGetPlatformDisplayEXT (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtopengles.cpp133 …eglGetPlatformDisplayEXT_Function eglGetPlatformDisplayEXT = (eglGetPlatformDisplayEXT_Function)_t… in WINRT_GLES_LoadLibrary() local
134 if (!eglGetPlatformDisplayEXT) { in WINRT_GLES_LoadLibrary()
142 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
154 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
163 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dangle_surface_manager.cc68 PFNEGLGETPLATFORMDISPLAYEXTPROC eglGetPlatformDisplayEXT = in Initialize() local
71 if (!eglGetPlatformDisplayEXT) { in Initialize()
78 eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, in Initialize()
89 eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, in Initialize()
99 egl_display_ = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, in Initialize()
/third_party/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp24 PFNEGLGETPLATFORMDISPLAYEXTPROC eglGetPlatformDisplayEXT; in get_angle_egl_display() local
25 eglGetPlatformDisplayEXT = in get_angle_egl_display()
29 if (!eglGetPlatformDisplayEXT) { in get_angle_egl_display()
36 return eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, hdc, attribs); in get_angle_egl_display()
/third_party/flutter/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp24 PFNEGLGETPLATFORMDISPLAYEXTPROC eglGetPlatformDisplayEXT; in get_angle_egl_display() local
25 eglGetPlatformDisplayEXT = in get_angle_egl_display()
29 if (!eglGetPlatformDisplayEXT) { in get_angle_egl_display()
36 return eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, hdc, attribs); in get_angle_egl_display()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_platform_wayland.txt58 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
72 eglGetPlatformDisplayEXT with <platform> set to EGL_PLATFORM_WAYLAND_EXT. The
91 eglGetPlatformDisplayEXT()?
93 RESOLUTION: Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplayEXT
115 eglGetPlatformDisplayEXT accepts EGL_DEFAULT_DISPLAY for Wayland.
DEGL_EXT_platform_x11.txt63 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
68 eglGetPlatformDisplayEXT:
88 eglGetPlatformDisplayEXT with <platform> set to EGL_PLATFORM_X11_EXT. The
115 eglGetPlatformDisplayEXT()?
117 RESOLVED. Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplayEXT
120 2. When given EGL_DEFAULT_DISPLAY, does eglGetPlatformDisplayEXT reuse an
123 RESOLVED. eglGetPlatformDisplayEXT creates a new connection because the
196 dpy.egl = eglGetPlatformDisplayEXT(EGL_PLATFORM_X11_EXT, dpy.x11,
DEGL_EXT_device_openwf.txt92 in the <attrib_list> of eglGetPlatformDisplayEXT().
129 the call to eglGetPlatformDisplayEXT(). The application must ensure
187 module calls eglGetPlatformDisplayEXT():
191 dpy1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
197 dpy2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
/third_party/EGL/extensions/EXT/
DEGL_EXT_platform_wayland.txt58 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
72 eglGetPlatformDisplayEXT with <platform> set to EGL_PLATFORM_WAYLAND_EXT. The
91 eglGetPlatformDisplayEXT()?
93 RESOLUTION: Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplayEXT
115 eglGetPlatformDisplayEXT accepts EGL_DEFAULT_DISPLAY for Wayland.
DEGL_EXT_platform_x11.txt63 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
68 eglGetPlatformDisplayEXT:
88 eglGetPlatformDisplayEXT with <platform> set to EGL_PLATFORM_X11_EXT. The
115 eglGetPlatformDisplayEXT()?
117 RESOLVED. Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplayEXT
120 2. When given EGL_DEFAULT_DISPLAY, does eglGetPlatformDisplayEXT reuse an
123 RESOLVED. eglGetPlatformDisplayEXT creates a new connection because the
196 dpy.egl = eglGetPlatformDisplayEXT(EGL_PLATFORM_X11_EXT, dpy.x11,
DEGL_EXT_device_openwf.txt92 in the <attrib_list> of eglGetPlatformDisplayEXT().
129 the call to eglGetPlatformDisplayEXT(). The application must ensure
187 module calls eglGetPlatformDisplayEXT():
191 dpy1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
197 dpy2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT,
/third_party/EGL/extensions/MESA/
DEGL_MESA_platform_gbm.txt60 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
73 To obtain an EGLDisplay from an GBM device, call eglGetPlatformDisplayEXT with
96 1. Should this extension permit NULL as input to eglGetPlatformDisplayEXT?
98 RESOLUTION: Yes. When given NULL, eglGetPlatformDisplayEXT returns an
170 dpy.egl = eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_MESA, dpy.gbm, NULL);
287 eglGetPlatformDisplayEXT has type void*, while EGL_DEFAULT_DISPLAY has
296 eglGetPlatformDisplayEXT accepts EGL_DEFAULT_DISPLAY for GBM.
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DEGLInitializePerf.cpp101 auto eglGetPlatformDisplayEXT = reinterpret_cast<PFNEGLGETPLATFORMDISPLAYEXTPROC>( in EGLInitializePerfTest() local
103 if (eglGetPlatformDisplayEXT == nullptr) in EGLInitializePerfTest()
109 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, in EGLInitializePerfTest()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DEGLInitializePerf.cpp101 auto eglGetPlatformDisplayEXT = reinterpret_cast<PFNEGLGETPLATFORMDISPLAYEXTPROC>( in EGLInitializePerfTest() local
103 if (eglGetPlatformDisplayEXT == nullptr) in EGLInitializePerfTest()
109 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, in EGLInitializePerfTest()
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/
DEGL_MESA_platform_gbm.txt60 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
73 To obtain an EGLDisplay from an GBM device, call eglGetPlatformDisplayEXT with
98 eglGetPlatformDisplayEXT?
100 RESOLUTION: Yes. When given EGL_DEFAULT_DISPLAY, eglGetPlatformDisplayEXT
172 dpy.egl = eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_MESA, dpy.gbm, NULL);
292 eglGetPlatformDisplayEXT accepts EGL_DEFAULT_DISPLAY for GBM.
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDisplayLuidTest.cpp31 eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, displayAttribs), in testInvalidAttribs()
39 eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, displayAttribs); in testValidAttribs()
DEGLDeviceTest.cpp235 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()
439 EGLDisplay display2 = eglGetPlatformDisplayEXT( in TEST_P()
DEGLX11VisualTest.cpp79 EGLDisplay display = eglGetPlatformDisplayEXT( in TEST_P()
105 EGLDisplay display = eglGetPlatformDisplayEXT( in TEST_P()
183 EGLDisplay display = eglGetPlatformDisplayEXT( in TEST_P()
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle.txt63 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
68 eglGetPlatformDisplayEXT:
102 eglGetPlatformDisplayEXT with <platform> set to EGL_PLATFORM_ANGLE_ANGLE.
124 If no <attrib_list> is specified to eglGetPlatformDisplayEXT, the value of
152 to eglGetPlatformDisplayEXT, ANGLE is free to make the choice.
DEGL_ANGLE_platform_angle_d3d11on12.txt52 eglGetPlatformDisplayEXT:
66 <attrib_list> argument of eglGetPlatformDisplayEXT and
DEGL_ANGLE_platform_angle_d3d_luid.txt52 eglGetPlatformDisplayEXT:
77 argument of eglGetPlatformDisplayEXT and EGL_PLATFORM_ANGLE_TYPE_ANGLE is
DEGL_ANGLE_display_power_preference.txt52 eglGetPlatformDisplayEXT:
57 eglGetPlatformDisplayEXT:
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDeviceTest.cpp247 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
276 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
337 EGLDisplay display1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
340 EGLDisplay display2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
512 EGLDisplay display2 = eglGetPlatformDisplayEXT( in TEST_P()
DEGLX11VisualTest.cpp80 eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, attributes.data()); in TEST_P()
105 eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, attributes.data()); in TEST_P()
178 eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, attributes.data()); in TEST_P()
DEGLDirectCompositionTest.cpp152 PFNEGLGETPLATFORMDISPLAYEXTPROC eglGetPlatformDisplayEXT = in Init() local
155 ASSERT_TRUE(eglGetPlatformDisplayEXT != nullptr); in Init()
157 mEglDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, in Init()
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle.txt63 Accepted as the <platform> argument of eglGetPlatformDisplayEXT:
68 eglGetPlatformDisplayEXT:
94 eglGetPlatformDisplayEXT with <platform> set to EGL_PLATFORM_ANGLE_ANGLE.
116 If no <attrib_list> is specified to eglGetPlatformDisplayEXT, the value of

12345