Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.hpp79 class NativePixmapFactory : public tcu::FactoryBase class
82 virtual ~NativePixmapFactory (void);
93NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capab…
96 NativePixmapFactory (const NativePixmapFactory&);
97 NativePixmapFactory& operator= (const NativePixmapFactory&);
102 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
DegluNativePixmap.cpp64 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, … in NativePixmapFactory() function in eglu::NativePixmapFactory
70 NativePixmapFactory::~NativePixmapFactory (void) in ~NativePixmapFactory()
74 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap()
DegluGLContextFactory.cpp133 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact…
151 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact…
172 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in RenderContext()
257 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap()
310 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in create()
603 const NativePixmapFactory* pixmapFactory; in createContext()
DegluUtil.hpp49 class NativePixmapFactory;
86 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const t…
DegluUtil.cpp541 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tc… in selectNativePixmapFactory()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp83 class NativePixmapFactory : public eglu::NativePixmapFactory class
86 NativePixmapFactory (void);
87 ~NativePixmapFactory (void) {} in ~NativePixmapFactory()
186 NativePixmapFactory::NativePixmapFactory (void) in NativePixmapFactory() function in tcu::win32::__anon1b601ec30111::NativePixmapFactory
187 : eglu::NativePixmapFactory ("bitmap", "Win32 Bitmap", BITMAP_CAPABILITIES) in NativePixmapFactory()
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDispl… in createPixmap()
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int widt… in createPixmap()
388 m_nativePixmapRegistry.registerFactory(new NativePixmapFactory()); in EGLNativeDisplayFactory()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp81 class PixmapFactory: public eglu::NativePixmapFactory
85 : NativePixmapFactory("nullws", "NullWS Pixmap", Pixmap::CAPABILITIES) in PixmapFactory()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp70 using eglu::NativePixmapFactory;
241 class PixmapFactory : public NativePixmapFactory
245 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
/external/deqp/modules/egl/
DteglTestCase.hpp47 class NativePixmapFactory;
DteglImageUtil.cpp69 using eglu::NativePixmapFactory;
124 …const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.ge… in createSurface()
DteglQuerySurfaceTests.cpp340 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig()
611 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig()
DteglRenderCase.cpp162 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… in executeForConfig()
DteglCreateSurfaceTests.cpp227 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig()
DteglMakeCurrentPerfTests.cpp307 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in createPixmap()
DteglNativeColorMappingTests.cpp479 const eglu::NativePixmapFactory* pixmapFactory; in executeForConfig()
DteglNativeCoordMappingTests.cpp512 const eglu::NativePixmapFactory* pixmapFactory; in executeForConfig()
DteglCreateContextExtTests.cpp918 …const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeD… in iterate()
DteglNegativeApiTests.cpp200 …const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativ… in init()
DteglMultiThreadTests.cpp1145 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in createDestroyObjects()
DteglWideColorTests.cpp1327 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… in executeTest()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp54 using eglu::NativePixmapFactory;