Searched defs:NativePixmapFactory (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp54 // NativePixmapFactory
56 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities) function in class:eglu::NativePixmapFactory
62 NativePixmapFactory::~NativePixmapFactory (void)
66 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
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;
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp70 class NativePixmapFactory : public eglu::NativePixmapFactory class in namespace:tcu::__anon19775
73 NativePixmapFactory (void);
74 ~NativePixmapFactory (void) {}
170 // NativePixmapFactory
172 NativePixmapFactory::NativePixmapFactory (void) function in class:tcu::__anon19775::NativePixmapFactory
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
[all...]

Completed in 412 milliseconds