Home
last modified time | relevance | path

Searched refs:createPixmapSurface (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp86 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createPixmapSurface() function
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface()
201 …eglu::UniqueSurface surface (egl, display, createPixmapSurface(display, config, m_eglTestCtx… in executeForConfig()
DteglQuerySurfaceTests.cpp349 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDis… in executeForConfig()
620 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDis… in executeForConfig()
DteglRenderCase.cpp162 …EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL… in executeForConfig()
DteglMakeCurrentPerfTests.cpp315 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config,… in createPixmap()
DteglImageUtil.cpp127 …const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy,… in createSurface()
DteglNativeColorMappingTests.cpp369 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap,… in testNativePixmap()
DteglNativeCoordMappingTests.cpp421 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap,… in testNativePixmap()
DteglCreateContextExtTests.cpp921 …eglu::UniqueSurface surface (egl, m_display, eglu::createPixmapSurface(m_eglTestCtx.getNativeD… in iterate()
DteglWideColorTests.cpp1191 …const EGLSurface surface = eglu::createPixmapSurface(nativeDisplay, *pixmap, m_eglDisplay, m… in executeTest()
DteglMultiThreadTests.cpp1168 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config,… in createDestroyObjects()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp87 …eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativ… in createPixmapSurface() function in tcu::lnx::x11::egl::Library
89 …return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EG… in createPixmapSurface()
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl17 eglCreatePixmapSurfaceFunc createPixmapSurface; variable
DeglwInitCore.inl15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
DeglwFuncPtrLibraryImpl.inl62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapTy… function in FuncPtrLibrary
64 return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
DeglwFuncPtrLibraryDecl.inl17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
DeglwLibrary.inl17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixma…
DeglwImpl.inl84 return egl->createPixmapSurface(dpy, config, (void*)pixmap, attrib_list);
/external/deqp/framework/egl/
DegluUtil.hpp81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw…
DegluUtil.cpp321 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay disp… in createPixmapSurface() function
349 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
DegluGLContextFactory.cpp259 …surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribLi… in createPixmap()
DegluCallLogWrapper.inl126 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);