Home
last modified time | relevance | path

Searched refs:NativePixmapFactory (Results 1 – 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/framework/egl/
DegluNativePixmap.hpp79 class NativePixmapFactory : public tcu::FactoryBase class
82 virtual ~NativePixmapFactory (void);
93NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capab…
96 NativePixmapFactory (const NativePixmapFactory&);
97 NativePixmapFactory& operator= (const NativePixmapFactory&);
102 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
DegluNativePixmap.cpp64 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, … in NativePixmapFactory() function in eglu::NativePixmapFactory
70 NativePixmapFactory::~NativePixmapFactory (void) in ~NativePixmapFactory()
74 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap()
DegluGLContextFactory.cpp133 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact…
151 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact…
172 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in RenderContext()
257 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap()
310 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in create()
605 const NativePixmapFactory* pixmapFactory; in createContext()
DegluUtil.hpp49 class NativePixmapFactory;
86 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const t…
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp102 class NativePixmapFactory : public eglu::NativePixmapFactory class
105 NativePixmapFactory();
106 ~NativePixmapFactory() override = default;
207 NativePixmapFactory::NativePixmapFactory() in NativePixmapFactory() function in tcu::__anond27d5d1b0111::NativePixmapFactory
208 : eglu::NativePixmapFactory("bitmap", "ANGLE Bitmap", kBitmapCapabilities) in NativePixmapFactory()
211 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap()
239 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap()
366 m_nativePixmapRegistry.registerFactory(new NativePixmapFactory()); in ANGLENativeDisplayFactory()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp83 class NativePixmapFactory : public eglu::NativePixmapFactory class
86 NativePixmapFactory (void);
87 ~NativePixmapFactory (void) {} in ~NativePixmapFactory()
186 NativePixmapFactory::NativePixmapFactory (void) in NativePixmapFactory() function in tcu::win32::__anon1297fdf90111::NativePixmapFactory
187 : eglu::NativePixmapFactory ("bitmap", "Win32 Bitmap", BITMAP_CAPABILITIES) in NativePixmapFactory()
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDispl… in createPixmap()
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int widt… in createPixmap()
388 m_nativePixmapRegistry.registerFactory(new NativePixmapFactory()); in EGLNativeDisplayFactory()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp114 class NativePixmapFactory : public eglu::NativePixmapFactory class
117 NativePixmapFactory();
118 ~NativePixmapFactory() override = default;
226 NativePixmapFactory::NativePixmapFactory() in NativePixmapFactory() function in tcu::__anonb420b9e60111::NativePixmapFactory
227 : eglu::NativePixmapFactory("bitmap", "ANGLE Bitmap", kBitmapCapabilities) in NativePixmapFactory()
230 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap()
249 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap()
454 m_nativePixmapRegistry.registerFactory(new NativePixmapFactory()); in ANGLENativeDisplayFactory()
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/
DtcuOhosPixmapFactory.hpp41 using eglu::NativePixmapFactory;
45 class OhosPixmapFactory : public eglu::NativePixmapFactory
49 …: eglu::NativePixmapFactory ("pixmap", "Rosen Pixmap", eglu::NativePixmap::CAPABILITY_CREATE_SURFA… in OhosPixmapFactory()
DtcuOhosNativePixmap.cpp40 using eglu::NativePixmapFactory;
DtcuOhosNativePixmap.hpp41 using eglu::NativePixmapFactory;
DtcuOhosPixmapFactory.cpp42 using eglu::NativePixmapFactory;
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.cpp81 class PixmapFactory: public eglu::NativePixmapFactory
85 : NativePixmapFactory("nullws", "NullWS Pixmap", Pixmap::CAPABILITIES) in PixmapFactory()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp70 using eglu::NativePixmapFactory;
241 class PixmapFactory : public NativePixmapFactory
245 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosWindowFactory.hpp43 using eglu::NativePixmapFactory;
DtcuOhosWindowFactory.cpp41 using eglu::NativePixmapFactory;
DtcuOhosNativeWindow.hpp43 using eglu::NativePixmapFactory;
DtcuOhosNativeWindow.cpp40 using eglu::NativePixmapFactory;
/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosEglDisplayFactory.cpp40 using eglu::NativePixmapFactory;
DtcuOhosNativeDisplay.cpp37 using eglu::NativePixmapFactory;
DtcuOhosNativeDisplay.hpp41 using eglu::NativePixmapFactory;
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.hpp46 using eglu::NativePixmapFactory;
DtcuOhosNativeContext.cpp36 using eglu::NativePixmapFactory;
/third_party/vk-gl-cts/modules/egl/
DteglTestCase.hpp47 class NativePixmapFactory;
DteglImageUtil.cpp69 using eglu::NativePixmapFactory;
124 …const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.ge… in createSurface()
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp54 using eglu::NativePixmapFactory;

12