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

/external/deqp/framework/egl/
H A DegluNativePixmap.hpp75 class NativePixmapFactory : public tcu::FactoryBase class in namespace:eglu
78 virtual ~NativePixmapFactory (void);
89 NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities);
92 NativePixmapFactory (const NativePixmapFactory&);
93 NativePixmapFactory& operator= (const NativePixmapFactory&);
98 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
H A DegluNativePixmap.cpp56 // NativePixmapFactory
58 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities) function in class:eglu::NativePixmapFactory
64 NativePixmapFactory::~NativePixmapFactory (void)
68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
H A DegluGLContextFactory.cpp130 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
142 void create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
162 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
247 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
288 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
563 const NativePixmapFactory* pixmapFactory;
H A DegluUtil.hpp49 class NativePixmapFactory;
85 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine);
H A DegluUtil.cpp475 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine)
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp83 class NativePixmapFactory : public eglu::NativePixmapFactory class in namespace:tcu::win32::__anon4180
86 NativePixmapFactory (void);
87 ~NativePixmapFactory (void) {}
184 // NativePixmapFactory
186 NativePixmapFactory::NativePixmapFactory (void) function in class:tcu::win32::__anon4180::NativePixmapFactory
187 : eglu::NativePixmapFactory ("bitmap", "Win32 Bitmap", BITMAP_CAPABILITIES)
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
213 eglu::NativePixmap* NativePixmapFactory
[all...]
/external/deqp/modules/egl/
H A DteglTestCase.hpp47 class NativePixmapFactory;
H A DteglImageUtil.cpp69 using eglu::NativePixmapFactory;
124 const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.getTestContext().getCommandLine());
H A DteglCreateSurfaceTests.cpp179 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
H A DteglRenderCase.cpp157 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine());
H A DteglQuerySurfaceTests.cpp340 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
611 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
H A DteglMakeCurrentPerfTests.cpp307 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
H A DteglCreateContextExtTests.cpp918 const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
H A DteglNativeColorMappingTests.cpp479 const eglu::NativePixmapFactory* pixmapFactory;
H A DteglNativeCoordMappingTests.cpp512 const eglu::NativePixmapFactory* pixmapFactory;
H A DteglNegativeApiTests.cpp200 const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
H A DteglMultiThreadTests.cpp1161 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp66 using eglu::NativePixmapFactory;
234 class PixmapFactory : public NativePixmapFactory
238 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
/external/deqp/framework/platform/wayland/
H A DtcuWaylandEglPlatform.cpp50 using eglu::NativePixmapFactory;

Completed in 1167 milliseconds