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

/external/deqp/framework/egl/
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 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.cpp83 class NativePixmapFactory : public eglu::NativePixmapFactory class in namespace:tcu::win32::__anon4075
86 NativePixmapFactory (void);
87 ~NativePixmapFactory (void) {}
184 // NativePixmapFactory
186 NativePixmapFactory::NativePixmapFactory (void) function in class:tcu::win32::__anon4075::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...]

Completed in 84 milliseconds