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

/external/chromium_org/ui/ozone/public/
H A Dnative_pixmap.h14 class NativePixmap : public base::RefCounted<NativePixmap> { class in namespace:ui
16 NativePixmap() {} function in class:ui::NativePixmap
22 virtual ~NativePixmap() {}
24 friend class base::RefCounted<NativePixmap>;
26 DISALLOW_COPY_AND_ASSIGN(NativePixmap);
/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, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
86 NativePixmap
[all...]
H A DegluNativePixmap.cpp29 // NativePixmap
31 NativePixmap::NativePixmap (Capability capabilities) function in class:eglu::NativePixmap
36 EGLNativePixmapType NativePixmap::getLegacyNative (void)
39 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NULL, __FILE__, __LINE__);
42 void* NativePixmap::getPlatformNative (void)
45 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()", DE_NULL, __FILE__, __LINE__);
48 void NativePixmap::readPixels (tcu::TextureLevel*)
51 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
56 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp47 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
76 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const;
77 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
80 class NativePixmap : public eglu::NativePixmap class in namespace:tcu::__anon19775
83 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
84 virtual ~NativePixmap (void);
132 // NativePixmap
134 NativePixmap function in class:tcu::__anon19775::NativePixmap
[all...]

Completed in 105 milliseconds