Home
last modified time | relevance | path

Searched refs:NativePixmap (Results 1 – 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/framework/egl/
DegluNativePixmap.hpp41 class NativePixmap class
52 virtual ~NativePixmap (void) {} in ~NativePixmap()
70 NativePixmap (Capability capabilities);
73 NativePixmap (const NativePixmap&);
74 NativePixmap& operator= (const NativePixmap&);
85 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, int width, int height) cons…
88 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, e…
90 NativePixmap::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities()
93 …mapFactory (const std::string& name, const std::string& description, NativePixmap::Capability cap…
99 const NativePixmap::Capability m_capabilities;
DegluNativePixmap.cpp33 NativePixmap::NativePixmap (Capability capabilities) in NativePixmap() function in eglu::NativePixmap
38 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative()
44 void* NativePixmap::getPlatformExtension (void) in getPlatformExtension()
50 void* NativePixmap::getPlatformNative (void) in getPlatformNative()
56 void NativePixmap::readPixels (tcu::TextureLevel*) in readPixels()
64 …xmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability cap… in NativePixmapFactory()
74 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap()
DegluUtil.hpp50 class NativePixmap;
82 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw…
DegluUtil.cpp371 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay disp… in createPixmapSurface()
374 …const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_… in createPixmapSurface()
375 …bool maySupportPlatformCreateExtension = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CR… in createPixmapSurface()
376 …bool maySupportPlatformCreate = ((pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_S… in createPixmapSurface()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp63 constexpr eglu::NativePixmap::Capability kBitmapCapabilities =
64 eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
108 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
111 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
119 class NativePixmap : public eglu::NativePixmap class
122 NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth);
123 virtual ~NativePixmap();
181 NativePixmap::NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth) in NativePixmap() function in tcu::__anond27d5d1b0111::NativePixmap
182 : eglu::NativePixmap(kBitmapCapabilities), mPixmap(CreateOSPixmap()) in NativePixmap()
195 NativePixmap::~NativePixmap() in ~NativePixmap()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp77 constexpr eglu::NativePixmap::Capability kBitmapCapabilities =
78 eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
120 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
123 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
131 class NativePixmap : public eglu::NativePixmap class
134 NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth);
135 virtual ~NativePixmap();
196 NativePixmap::NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth) in NativePixmap() function in tcu::__anonb420b9e60111::NativePixmap
197 : eglu::NativePixmap(kBitmapCapabilities), mPixmap(CreateOSPixmap()) in NativePixmap()
214 NativePixmap::~NativePixmap() in ~NativePixmap()
[all …]
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp58 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_…
89 …virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int hei…
90 …virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display…
93 class NativePixmap : public eglu::NativePixmap class
96 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
97 virtual ~NativePixmap (void);
148 NativePixmap::NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth) in NativePixmap() function in tcu::win32::__anon1297fdf90111::NativePixmap
149 : eglu::NativePixmap (BITMAP_CAPABILITIES) in NativePixmap()
179 NativePixmap::~NativePixmap (void) in ~NativePixmap()
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDispl… in createPixmap()
[all …]
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/
DtcuOhosNativePixmap.cpp39 using eglu::NativePixmap;
45 : NativePixmap(eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) in OhosPixmap()
DtcuOhosPixmapFactory.hpp40 using eglu::NativePixmap;
49 …: eglu::NativePixmapFactory ("pixmap", "Rosen Pixmap", eglu::NativePixmap::CAPABILITY_CREATE_SURFA… in OhosPixmapFactory()
51 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
DtcuOhosNativePixmap.hpp40 using eglu::NativePixmap;
46 class OhosPixmap : public NativePixmap
DtcuOhosPixmapFactory.cpp41 using eglu::NativePixmap;
46 NativePixmap* OhosPixmapFactory::createPixmap (NativeDisplay* nativeDisplay, in createPixmap()
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.cpp65 class Pixmap: public eglu::NativePixmap
71 : NativePixmap(CAPABILITIES) in Pixmap()
89 eglu::NativePixmap* createPixmap (eglu::NativeDisplay*, int, int) const in createPixmap()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp69 using eglu::NativePixmap;
221 class Pixmap : public NativePixmap
231 : NativePixmap (CAPABILITIES)
247 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
252 NativePixmap* PixmapFactory::createPixmap (NativeDisplay* nativeDisplay,
/third_party/vk-gl-cts/modules/egl/
DteglCreateSurfaceTests.cpp119 … display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, ApiTyp… in createPixmapSurface()
236 … if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
242 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM_EXTE… in executeForConfig()
248 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
260 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisp… in executeForConfig()
DteglNativeColorMappingTests.cpp366 bool testNativePixmap (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& native… in testNativePixmap()
407 bool testNativePixmapCopy (TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, EGLD… in testNativePixmapCopy()
504 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0) in executeForConfig()
509 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 || in executeForConfig()
510 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
543 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
552 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
DteglNativeCoordMappingTests.cpp413 bool testNativePixmap (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& native… in testNativePixmap()
458 bool testNativePixmapCopy (TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, int … in testNativePixmapCopy()
537 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0) in executeForConfig()
542 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 || in executeForConfig()
543 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
577 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
587 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
DteglTestCase.hpp44 class NativePixmap;
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosWindowFactory.hpp42 using eglu::NativePixmap;
DtcuOhosWindowFactory.cpp40 using eglu::NativePixmap;
DtcuOhosNativeWindow.hpp42 using eglu::NativePixmap;
DtcuOhosNativeWindow.cpp39 using eglu::NativePixmap;
/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosEglDisplayFactory.cpp39 using eglu::NativePixmap;
DtcuOhosNativeDisplay.cpp36 using eglu::NativePixmap;
DtcuOhosNativeDisplay.hpp40 using eglu::NativePixmap;
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.hpp45 using eglu::NativePixmap;

12