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

/external/deqp/framework/egl/
H A DegluNativePixmap.hpp41 class NativePixmap class in namespace:eglu
51 virtual ~NativePixmap (void) {}
66 NativePixmap (Capability capabilities);
69 NativePixmap (const NativePixmap&);
70 NativePixmap& operator= (const NativePixmap&);
81 virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, int width, int height) const = 0;
84 virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList, int width, int height) const;
86 NativePixmap
[all...]
H A DegluNativePixmap.cpp31 // NativePixmap
33 NativePixmap::NativePixmap (Capability capabilities) function in class:eglu::NativePixmap
38 EGLNativePixmapType NativePixmap::getLegacyNative (void)
41 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NULL, __FILE__, __LINE__);
44 void* NativePixmap::getPlatformNative (void)
47 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()", DE_NULL, __FILE__, __LINE__);
50 void NativePixmap::readPixels (tcu::TextureLevel*)
53 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
58 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp58 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
89 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const;
90 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
93 class NativePixmap : public eglu::NativePixmap class in namespace:tcu::win32::__anon4832
96 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
97 virtual ~NativePixmap (void);
146 // NativePixmap
148 NativePixmap function in class:tcu::win32::__anon4832::NativePixmap
[all...]

Completed in 113 milliseconds