Searched refs:eglCreateWindowSurface (Results 1 – 25 of 67) sorted by relevance
123
/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 14 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
|
D | eglwStaticLibrary15.inl | 19 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
|
D | eglwInitCore.inl | 19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 10 eglCreateWindowSurface
|
D | eglentrypoint.h | 27 EGL_ENTRYPOINT(eglCreateWindowSurface)
|
/external/mesa3d/src/egl/ |
D | egl-symbols.txt | 14 eglCreateWindowSurface
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 11 eglCreateWindowSurface @9
|
D | libEGL.lds | 17 eglCreateWindowSurface;
|
/external/angle/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 132 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P() 206 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P()
|
D | EGLDeviceTest.cpp | 140 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in CreateWindowSurface() 305 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in TEST_P()
|
D | EGLSyncControlTest.cpp | 132 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), in CreateWindowSurface()
|
D | EGLSurfaceTestMac.mm | 107 mSurface = eglCreateWindowSurface(mDisplay, mConfig, nativeWindow, nullptr);
|
/external/angle/extensions/ |
D | EGL_ANGLE_surface_orientation.txt | 59 eglCreateWindowSurface and attribute name in the <attribute> 66 of eglCreateWindowSurface:
|
D | EGL_ANGLE_direct_composition.txt | 49 <attrib_list> parameter of eglCreateWindowSurface and
|
/external/angle/src/libEGL/ |
D | libEGL_autogen.def | 16 eglCreateWindowSurface
|
/external/skqp/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 104 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 9 eglCreateWindowSurface @6
|
D | libGLES_CM.lds | 10 eglCreateWindowSurface;
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 104 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
|
/external/libkmsxx/kmscube/ |
D | cube-egl.cpp | 101 …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/ |
D | SkottieAnimation.java | 302 mEglSurface = mRunner.mEgl.eglCreateWindowSurface(mRunner.mEglDisplay, in drawFrame() 307 mEglSurface = mRunner.mEgl.eglCreateWindowSurface(mRunner.mEglDisplay, in drawFrame()
|
/external/angle/src/tests/perf_tests/ |
D | EGLMakeCurrentPerf.cpp | 119 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in SetUp()
|
/external/skqp/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 112 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr); in onInitializeContext()
|
/external/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 112 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr); in onInitializeContext()
|
/external/angle/samples/multi_window/ |
D | MultiWindow.cpp | 67 window.surface = eglCreateWindowSurface(getDisplay(), getConfig(), in initialize()
|
123