/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 65 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createWindowSurface() function 72 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface() 143 …eglu::UniqueSurface surface (egl, display, createWindowSurface(display, config, m_eglTestCtx… in executeForConfig()
|
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 | 138 …EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL… in executeForConfig()
|
D | teglResizeTests.cpp | 175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, in init()
|
D | teglPreservingSwapTests.cpp | 334 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay,… in initEGLSurface()
|
D | teglImageUtil.cpp | 118 …const EGLSurface surface = eglu::createWindowSurface(nativeDisplay, *window, dpy, config, DE_NUL… in createSurface()
|
D | teglMakeCurrentPerfTests.cpp | 286 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createWindow()
|
D | teglMultiThreadTests.cpp | 1116 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createDestroyObjects() 1143 …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()
|
D | teglNativeCoordMappingTests.cpp | 373 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(nativeDisplay, nativeWindow,… in testNativeWindow()
|
D | teglCreateContextExtTests.cpp | 926 …eglu::UniqueSurface surface (egl, m_display, eglu::createWindowSurface(m_eglTestCtx.getNativeD… in iterate()
|
D | teglNegativeApiTests.cpp | 1350 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeD… in init()
|
D | teglGLES2SharingTests.cpp | 179 …eglu::UniqueSurface surface (egl, *display, eglu::createWindowSurface(m_eglTestCtx.getNativeDi… in iterate()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11EglPlatform.cpp | 88 …eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativ… in createWindowSurface() function in tcu::x11::egl::Library 90 …return ((eglX11CreateWindowSurfaceFunc)m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EG… 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…
|
/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 | 80 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw…
|
D | egluUtil.cpp | 280 EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay disp… in createWindowSurface() function 309 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
|
D | egluGLContextFactory.cpp | 236 …surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribLi… in createWindow()
|
D | egluCallLogWrapper.inl | 146 eglw::EGLSurface returnValue = m_egl.createWindowSurface(dpy, config, win, attrib_list);
|