Home | History | Annotate | Download | only in egl

Lines Matching defs:NativePixmap

29 // NativePixmap
31 NativePixmap::NativePixmap (Capability capabilities)
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::Capability capabilities)
66 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const