/third_party/vk-gl-cts/framework/egl/ |
D | egluNativePixmap.hpp | 79 class NativePixmapFactory : public tcu::FactoryBase class 82 virtual ~NativePixmapFactory (void); 93 …NativePixmapFactory (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;
|
D | egluNativePixmap.cpp | 64 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()
|
D | egluGLContextFactory.cpp | 133 …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()
|
D | egluUtil.hpp | 49 class NativePixmapFactory; 86 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const t…
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 102 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 83 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/ |
D | tcuANGLENativeDisplayFactory.cpp | 114 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/ |
D | tcuOhosPixmapFactory.hpp | 41 using eglu::NativePixmapFactory; 45 class OhosPixmapFactory : public eglu::NativePixmapFactory 49 …: eglu::NativePixmapFactory ("pixmap", "Rosen Pixmap", eglu::NativePixmap::CAPABILITY_CREATE_SURFA… in OhosPixmapFactory()
|
D | tcuOhosNativePixmap.cpp | 40 using eglu::NativePixmapFactory;
|
D | tcuOhosNativePixmap.hpp | 41 using eglu::NativePixmapFactory;
|
D | tcuOhosPixmapFactory.cpp | 42 using eglu::NativePixmapFactory;
|
/third_party/vk-gl-cts/framework/platform/nullws/ |
D | tcuNullWSPlatform.cpp | 81 class PixmapFactory: public eglu::NativePixmapFactory 85 : NativePixmapFactory("nullws", "NullWS Pixmap", Pixmap::CAPABILITIES) in PixmapFactory()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 70 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/ |
D | tcuOhosWindowFactory.hpp | 43 using eglu::NativePixmapFactory;
|
D | tcuOhosWindowFactory.cpp | 41 using eglu::NativePixmapFactory;
|
D | tcuOhosNativeWindow.hpp | 43 using eglu::NativePixmapFactory;
|
D | tcuOhosNativeWindow.cpp | 40 using eglu::NativePixmapFactory;
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
D | tcuOhosEglDisplayFactory.cpp | 40 using eglu::NativePixmapFactory;
|
D | tcuOhosNativeDisplay.cpp | 37 using eglu::NativePixmapFactory;
|
D | tcuOhosNativeDisplay.hpp | 41 using eglu::NativePixmapFactory;
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
D | tcuOhosNativeContext.hpp | 46 using eglu::NativePixmapFactory;
|
D | tcuOhosNativeContext.cpp | 36 using eglu::NativePixmapFactory;
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglTestCase.hpp | 47 class NativePixmapFactory;
|
D | teglImageUtil.cpp | 69 using eglu::NativePixmapFactory; 124 …const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.ge… in createSurface()
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 54 using eglu::NativePixmapFactory;
|