Searched refs:createPixmapSurface (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl17 eglCreatePixmapSurfaceFunc createPixmapSurface;
H A DeglwInitCore.inl15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
H A DeglwFuncPtrLibraryDecl.inl17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const;
H A DeglwFuncPtrLibraryImpl.inl62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const
64 return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
H A DeglwLibrary.inl17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const = 0;
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp86 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, bool useLegacyCreate) function in namespace:deqp::egl::__anon3116
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
201 eglu::UniqueSurface surface (egl, display, createPixmapSurface(display, config, m_eglTestCtx.getNativeDisplay(), *pixmap, m_useLegacyCreate));
H A DteglRenderCase.cpp162 EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL);
H A DteglQuerySurfaceTests.cpp349 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display, config, DE_NULL));
620 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display, config, DE_NULL));
H A DteglImageUtil.cpp127 const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy, config, DE_NULL);
H A DteglMakeCurrentPerfTests.cpp315 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config, DE_NULL);
H A DteglCreateContextExtTests.cpp935 eglu::UniqueSurface surface (egl, m_display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, config, DE_NULL));
H A DteglNativeColorMappingTests.cpp369 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap, display, config, DE_NULL));
H A DteglNativeCoordMappingTests.cpp421 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap, display, config, DE_NULL));
H A DteglMultiThreadTests.cpp1168 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config, DE_NULL);
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp83 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const function in class:tcu::x11::egl::Library
85 return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), attrib_list);
/external/deqp/framework/egl/
H A DegluUtil.hpp81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
H A DegluUtil.cpp321 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList) function in namespace:eglu
349 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]);
H A DegluGLContextFactory.cpp259 surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribList);
H A DegluCallLogWrapper.inl106 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);

Completed in 7189 milliseconds