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

  /external/deqp/framework/egl/
egluNativePixmap.cpp 56 // NativePixmapFactory
58 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities)
64 NativePixmapFactory::~NativePixmapFactory (void)
68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
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;
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 83 class NativePixmapFactory : public eglu::NativePixmapFactory
86 NativePixmapFactory (void);
87 ~NativePixmapFactory (void) {}
184 // NativePixmapFactory
186 NativePixmapFactory::NativePixmapFactory (void)
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::createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) cons
    [all...]

Completed in 96 milliseconds