/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 87 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createWindowSurface() function 96 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface() 191 …eglu::UniqueSurface surface (egl, display, createWindowSurface(display, config, m_eglTestCtx… in executeForConfig()
|
D | teglMutableRenderBufferTests.cpp | 153 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay,… in init()
|
D | teglQuerySurfaceTests.cpp | 318 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDis… in executeForConfig() 591 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDis… in executeForConfig()
|
D | teglSwapBuffersTests.cpp | 294 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDis… in executeForConfig()
|
D | teglRenderCase.cpp | 143 …EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL… in executeForConfig()
|
D | teglResizeTests.cpp | 175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, in init()
|
D | teglNegativePartialUpdateTests.cpp | 172 …m_eglSurface = createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, m_egl… in init()
|
D | teglPreservingSwapTests.cpp | 334 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay,… in initEGLSurface()
|
D | teglMakeCurrentPerfTests.cpp | 286 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createWindow()
|
D | teglImageUtil.cpp | 118 …const EGLSurface surface = eglu::createWindowSurface(nativeDisplay, *window, dpy, config, DE_NUL… in createSurface()
|
D | teglMultiThreadTests.cpp | 1100 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createDestroyObjects() 1127 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createDestroyObjects()
|
D | teglNativeColorMappingTests.cpp | 326 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(nativeDisplay, nativeWindow,… in testNativeWindow()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 92 …eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativ… in createWindowSurface() function in tcu::lnx::x11::egl::Library 94 …return (m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType*>(win), attri… in createWindowSurface()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.inl | 24 eglCreateWindowSurfaceFunc createWindowSurface; variable
|
D | eglwInitCore.inl | 19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
|
D | eglwFuncPtrLibraryImpl.inl | 97 EGLSurface FuncPtrLibrary::createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowTy… function in FuncPtrLibrary 99 return m_egl.createWindowSurface(dpy, config, win, attrib_list);
|
D | eglwFuncPtrLibraryDecl.inl | 24 EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi…
|
D | eglwLibrary.inl | 24 virtual EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindo…
|
D | eglwImpl.inl | 116 return egl->createWindowSurface(dpy, config, (void*)win, attrib_list);
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Display.h | 62 …EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attr…
|
D | Display.cpp | 289 EGLSurface Display::createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttr… in createWindowSurface() function in egl::Display
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface() method 736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, in createWindowSurface() method in GLSurfaceView.DefaultWindowSurfaceFactory 980 mEglSurface = mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()
|
/external/deqp/framework/egl/ |
D | egluUtil.hpp | 81 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw…
|
D | egluUtil.cpp | 312 EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay disp… in createWindowSurface() function 357 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
|
D | egluGLContextFactory.cpp | 246 …surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribLi… in createWindow()
|