Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 25 of 67) sorted by relevance

123

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl14 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
DeglwStaticLibrary15.inl19 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
DeglwInitCore.inl19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
/external/mesa3d/src/egl/main/
Degl.def10 eglCreateWindowSurface
Deglentrypoint.h27 EGL_ENTRYPOINT(eglCreateWindowSurface)
/external/mesa3d/src/egl/
Degl-symbols.txt14 eglCreateWindowSurface
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def11 eglCreateWindowSurface @9
DlibEGL.lds17 eglCreateWindowSurface;
/external/angle/src/tests/egl_tests/
DEGLX11VisualTest.cpp132 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P()
206 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P()
DEGLDeviceTest.cpp140 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in CreateWindowSurface()
305 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in TEST_P()
DEGLSyncControlTest.cpp132 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), in CreateWindowSurface()
DEGLSurfaceTestMac.mm107 mSurface = eglCreateWindowSurface(mDisplay, mConfig, nativeWindow, nullptr);
/external/angle/extensions/
DEGL_ANGLE_surface_orientation.txt59 eglCreateWindowSurface and attribute name in the <attribute>
66 of eglCreateWindowSurface:
DEGL_ANGLE_direct_composition.txt49 <attrib_list> parameter of eglCreateWindowSurface and
/external/angle/src/libEGL/
DlibEGL_autogen.def16 eglCreateWindowSurface
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp104 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def9 eglCreateWindowSurface @6
DlibGLES_CM.lds10 eglCreateWindowSurface;
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp104 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
/external/libkmsxx/kmscube/
Dcube-egl.cpp101 …esurface = eglCreateWindowSurface(egl.display(), egl.config(), (EGLNativeWindowType)native_window,… in EglSurface()
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java302 mEglSurface = mRunner.mEgl.eglCreateWindowSurface(mRunner.mEglDisplay, in drawFrame()
307 mEglSurface = mRunner.mEgl.eglCreateWindowSurface(mRunner.mEglDisplay, in drawFrame()
/external/angle/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp119 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in SetUp()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp112 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr); in onInitializeContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp112 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr); in onInitializeContext()
/external/angle/samples/multi_window/
DMultiWindow.cpp67 window.surface = eglCreateWindowSurface(getDisplay(), getConfig(), in initialize()

123