HomeSort by relevance Sort by last modified time
    Searched refs:NativePixmapFactory (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/egl/
egluNativePixmap.hpp 75 class NativePixmapFactory : public tcu::FactoryBase
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;
egluNativePixmap.cpp 54 // NativePixmapFactory
56 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities)
62 NativePixmapFactory::~NativePixmapFactory (void)
66 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
egluGLContextFactory.cpp 134 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
146 void create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
166 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
345 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
471 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
777 const NativePixmapFactory* pixmapFactory = selectFactory(displayFactory->getNativePixmapRegistry(), "pixmap", cmdLine.getEGLPixmapType());
  /external/deqp/modules/egl/
teglTestCase.hpp 44 class NativePixmapFactory;
55 EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory, const eglu::NativeWindowFactory* windowFactory, const eglu::NativePixmapFactory* pixmapFactory);
64 const eglu::NativePixmapFactory& getNativePixmapFactory (void) const;
87 const eglu::NativePixmapFactory* m_pixmapFactory;
teglTestCase.cpp 80 EglTestContext::EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory, const eglu::NativeWindowFactory* windowFactory, const eglu::NativePixmapFactory* pixmapFactory)
196 const eglu::NativePixmapFactory& EglTestContext::getNativePixmapFactory (void) const
teglTestPackage.cpp 203 const eglu::NativePixmapFactory* pixmapFactory = DE_NULL;
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 70 class NativePixmapFactory : public eglu::NativePixmapFactory
73 NativePixmapFactory (void);
74 ~NativePixmapFactory (void) {}
170 // NativePixmapFactory
172 NativePixmapFactory::NativePixmapFactory (void)
173 : eglu::NativePixmapFactory ("bitmap", "Win32 Bitmap", BITMAP_CAPABILITIES)
177 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
196 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) cons
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 46 using eglu::NativePixmapFactory;
189 class PixmapFactory : public NativePixmapFactory
193 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}

Completed in 256 milliseconds