Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.hpp41 class NativePixmap class
51 virtual ~NativePixmap (void) {} in ~NativePixmap()
66 NativePixmap (Capability capabilities);
69 NativePixmap (const NativePixmap&);
70 NativePixmap& operator= (const NativePixmap&);
81 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, int width, int height) cons…
84 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, e…
86 NativePixmap::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities()
89 …mapFactory (const std::string& name, const std::string& description, NativePixmap::Capability cap…
95 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::getPlatformNative (void) in getPlatformNative()
50 void NativePixmap::readPixels (tcu::TextureLevel*) in readPixels()
58 …xmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability cap… in NativePixmapFactory()
68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap()
DegluUtil.hpp50 class NativePixmap;
81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw…
DegluNativeWindow.hpp39 class NativePixmap;
DegluUtil.cpp321 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay disp… in createPixmapSurface()
324 …const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SU… in createPixmapSurface()
325 …const bool supportsPlatformCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_… in createPixmapSurface()
DegluGLContextFactory.cpp158 NativePixmap* m_pixmap;
229 typedef std::pair<NativePixmap*, EGLSurface> PixmapSurfacePair;
259 NativePixmap* nativePixmap = DE_NULL; in createPixmap()
/external/deqp/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::__anon7c9a2c370111::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 …]
/external/deqp/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()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp69 using eglu::NativePixmap;
218 class Pixmap : public NativePixmap
228 : NativePixmap (CAPABILITIES)
244 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
249 NativePixmap* PixmapFactory::createPixmap (NativeDisplay* nativeDisplay,
/external/deqp/modules/egl/
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()
DteglCreateSurfaceTests.cpp86 … display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, bool u… in createPixmapSurface()
185 … if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
190 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
200 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisp… in executeForConfig()
DteglMultiThreadTests.cpp724 vector<pair<eglu::NativePixmap*, EGLSurface> > m_sharedNativePixmaps;
725 vector<pair<eglu::NativePixmap*, EGLSurface> > m_nativePixmaps0;
726 vector<pair<eglu::NativePixmap*, EGLSurface> > m_nativePixmaps1;
985 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0… in createDestroyObjects()
1146 eglu::NativePixmap* pixmap = DE_NULL; in createDestroyObjects()
1264 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps… in pushObjectsToShared()
1293 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps… in pullObjectsFromShared()
1422 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps… in destroyObjects()
DteglTestCase.hpp44 class NativePixmap;
DteglMakeCurrentPerfTests.cpp102 vector<eglu::NativePixmap*> m_pixmaps;
309 eglu::NativePixmap* pixmap = DE_NULL; in createPixmap()
349 …for (vector<eglu::NativePixmap*>::iterator iter = m_pixmaps.begin(); iter != m_pixmaps.end(); ++it… in destroySurfaces()
DteglImageUtil.cpp66 using eglu::NativePixmap;
95 typedef NativeSurface<NativePixmap> NativePixmapSurface;
126 …MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, wid… in createSurface()
DteglQuerySurfaceTests.cpp348 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDispla… in executeForConfig()
619 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDispla… in executeForConfig()
DteglRenderCase.cpp161 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, con… in executeForConfig()
DteglImageTests.cpp74 using eglu::NativePixmap;
DteglCreateContextExtTests.cpp920 …de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m… in iterate()
DteglNegativeApiTests.cpp201 …de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(),… in init()
DteglWideColorTests.cpp1263 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, m_eglDispla… in executeTest()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp53 using eglu::NativePixmap;