Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.hpp75 class NativePixmapFactory : public tcu::FactoryBase class
78 virtual ~NativePixmapFactory (void);
89NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capab…
92 NativePixmapFactory (const NativePixmapFactory&);
93 NativePixmapFactory& operator= (const NativePixmapFactory&);
98 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
DegluNativePixmap.cpp58 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, … in NativePixmapFactory() function in eglu::NativePixmapFactory
64 NativePixmapFactory::~NativePixmapFactory (void) in ~NativePixmapFactory()
68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap()
DegluGLContextFactory.cpp130 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact…
142 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact…
162 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in RenderContext()
247 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap()
288 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in create()
563 const NativePixmapFactory* pixmapFactory; in createContext()
DegluUtil.hpp49 class NativePixmapFactory;
85 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const t…
DegluUtil.cpp475 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::__anon631c42f90111::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/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp70 using eglu::NativePixmapFactory;
238 class PixmapFactory : public NativePixmapFactory
242 : 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()
DteglCreateSurfaceTests.cpp179 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig()
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.cpp157 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… 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()
DteglWideColorTests.cpp1188 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… in executeTest()
DteglNegativeApiTests.cpp200 …const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativ… in init()
DteglMultiThreadTests.cpp1161 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in createDestroyObjects()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp54 using eglu::NativePixmapFactory;