Home
last modified time | relevance | path

Searched refs:createWindowSurface (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp65 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()
DteglQuerySurfaceTests.cpp318 …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()
DteglSwapBuffersTests.cpp294 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDis… in executeForConfig()
DteglRenderCase.cpp138 …EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL… in executeForConfig()
DteglResizeTests.cpp175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, in init()
DteglPreservingSwapTests.cpp334 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay,… in initEGLSurface()
DteglImageUtil.cpp118 …const EGLSurface surface = eglu::createWindowSurface(nativeDisplay, *window, dpy, config, DE_NUL… in createSurface()
DteglMakeCurrentPerfTests.cpp286 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createWindow()
DteglMultiThreadTests.cpp1116 …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()
DteglNativeColorMappingTests.cpp326 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(nativeDisplay, nativeWindow,… in testNativeWindow()
DteglNativeCoordMappingTests.cpp373 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(nativeDisplay, nativeWindow,… in testNativeWindow()
DteglCreateContextExtTests.cpp926 …eglu::UniqueSurface surface (egl, m_display, eglu::createWindowSurface(m_eglTestCtx.getNativeD… in iterate()
DteglNegativeApiTests.cpp1350 …eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeD… in init()
DteglGLES2SharingTests.cpp179 …eglu::UniqueSurface surface (egl, *display, eglu::createWindowSurface(m_eglTestCtx.getNativeDi… in iterate()
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp88 …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/
DeglwFunctions.inl24 eglCreateWindowSurfaceFunc createWindowSurface; variable
DeglwInitCore.inl19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
DeglwFuncPtrLibraryImpl.inl97 EGLSurface FuncPtrLibrary::createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowTy… function in FuncPtrLibrary
99 return m_egl.createWindowSurface(dpy, config, win, attrib_list);
DeglwFuncPtrLibraryDecl.inl24 EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi…
DeglwLibrary.inl24 virtual EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindo…
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java729 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/
DegluUtil.hpp80 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw…
DegluUtil.cpp280 EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay disp… in createWindowSurface() function
309 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
DegluGLContextFactory.cpp236 …surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribLi… in createWindow()
DegluCallLogWrapper.inl146 eglw::EGLSurface returnValue = m_egl.createWindowSurface(dpy, config, win, attrib_list);

12