Home
last modified time | relevance | path

Searched refs:eglGetDisplay (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenopengles.c43 LOAD_FUNC(eglGetDisplay); in Emscripten_GLES_LoadLibrary()
60 _this->egl_data->egl_display = _this->egl_data->eglGetDisplay(EGL_DEFAULT_DISPLAY); in Emscripten_GLES_LoadLibrary()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwStaticLibrary14.inl22 { "eglGetDisplay", (deFunctionPtr)eglGetDisplay },
DeglwStaticLibrary15.inl29 { "eglGetDisplay", (deFunctionPtr)eglGetDisplay },
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_client_extensions.txt144 1. Before any call to eglGetDisplay, call `eglQueryString(EGL_NO_DISPLAY,
151 2. Obtain a display with eglGetDisplay but do not initialize it. Verity
253 during display initialization. (That is, eglGetDisplay has a native
257 deficiencies in the EGL API by (1) adding a variant of eglGetDisplay
266 safely pass any native display to eglGetDisplay, and therefore cannot
292 is a valid input to eglGetDisplay regardless of which platforms
303 write-once state. Calling eglGetDisplay is one action that
314 at runtime, eglGetDisplay should autodetect the platform to which
316 if an unsupported native display is passed to eglGetDisplay.
320 an opaque typedef). There exists no method by which eglGetDisplay
DEGL_EXT_platform_base.txt158 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id);
160 The behavior of eglGetDisplay is similar to that of
168 made to eglGetDisplay with the same <display_id> will return the same
304 RESOLVED: No. eglGetDisplay() can be used if a default platform is
/third_party/EGL/extensions/EXT/
DEGL_EXT_client_extensions.txt144 1. Before any call to eglGetDisplay, call `eglQueryString(EGL_NO_DISPLAY,
151 2. Obtain a display with eglGetDisplay but do not initialize it. Verity
253 during display initialization. (That is, eglGetDisplay has a native
257 deficiencies in the EGL API by (1) adding a variant of eglGetDisplay
266 safely pass any native display to eglGetDisplay, and therefore cannot
292 is a valid input to eglGetDisplay regardless of which platforms
303 write-once state. Calling eglGetDisplay is one action that
314 at runtime, eglGetDisplay should autodetect the platform to which
316 if an unsupported native display is passed to eglGetDisplay.
320 an opaque typedef). There exists no method by which eglGetDisplay
DEGL_EXT_platform_base.txt158 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id);
160 The behavior of eglGetDisplay is similar to that of
168 made to eglGetDisplay with the same <display_id> will return the same
304 RESOLVED: No. eglGetDisplay() can be used if a default platform is
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_environment_gl.cc12 display_ = eglGetDisplay(EGL_DEFAULT_DISPLAY); in AndroidEnvironmentGL()
/third_party/mesa3d/src/egl/
Degl-symbols.txt24 eglGetDisplay
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.def19 eglGetDisplay @2
DlibEGL_deprecated.def19 eglGetDisplay @2
DlibEGL_deprecated.lds27 eglGetDisplay;
/third_party/mesa3d/src/egl/main/
Degl.def.in25 eglGetDisplay@4
Deglglvnd.c67 return eglGetDisplay((EGLNativeDisplayType) native_display); in __eglGLVNDGetPlatformDisplay()
Deglentrypoint.h44 EGL_ENTRYPOINT(eglGetDisplay)
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.def19 eglGetDisplay @2
/third_party/flutter/skia/third_party/externals/angle2/util/
Degl_loader_autogen.cpp25 ANGLE_UTIL_EXPORT PFNEGLGETDISPLAYPROC eglGetDisplay; variable
132 eglGetDisplay = reinterpret_cast<PFNEGLGETDISPLAYPROC>(loadProc("eglGetDisplay")); in LoadEGL()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DMakefile32 eglGetDisplay.xhtml \
/third_party/EGL/sdk/docs/man/xhtml/
DMakefile46 eglGetDisplay.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
DMakefile46 eglGetDisplay.html \
/third_party/EGL/sdk/docs/man/html/
DMakefile39 eglGetDisplay.xhtml \
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL_autogen.def23 eglGetDisplay
/third_party/flutter/skia/tools/sk_app/android/
DGLWindowContext_android.cpp64 fDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY); in onInitializeContext()
/third_party/skia/tools/sk_app/android/
DGLWindowContext_android.cpp64 fDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY); in onInitializeContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtopengles.cpp88 …_this->egl_data->egl_display = ((eglGetDisplay_Old_Function)_this->egl_data->eglGetDisplay)(cpp_di… in WINRT_GLES_LoadLibrary()

1234