/external/deqp/framework/egl/ |
D | egluNativePixmap.hpp | 75 class NativePixmapFactory : public tcu::FactoryBase class 78 virtual ~NativePixmapFactory (void); 89 …NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capab… 92 NativePixmapFactory (const NativePixmapFactory&); 93 NativePixmapFactory& operator= (const NativePixmapFactory&); 98 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
|
D | egluNativePixmap.cpp | 58 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, … in NativePixmapFactory() function in eglu::NativePixmapFactory 64 NativePixmapFactory::~NativePixmapFactory (void) in ~NativePixmapFactory() 68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap()
|
D | egluGLContextFactory.cpp | 130 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… 142 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… 162 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in RenderContext() 247 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap() 288 …y* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFact… in create() 563 const NativePixmapFactory* pixmapFactory; in createContext()
|
D | egluUtil.hpp | 49 class NativePixmapFactory; 85 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const t…
|
D | egluUtil.cpp | 475 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tc… in selectNativePixmapFactory()
|
/external/deqp/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::__anon631c42f90111::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()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 70 using eglu::NativePixmapFactory; 238 class PixmapFactory : public NativePixmapFactory 242 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
|
/external/deqp/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()
|
D | teglCreateSurfaceTests.cpp | 179 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig()
|
D | teglQuerySurfaceTests.cpp | 340 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig() 611 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig()
|
D | teglRenderCase.cpp | 157 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… in executeForConfig()
|
D | teglMakeCurrentPerfTests.cpp | 307 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in createPixmap()
|
D | teglNativeColorMappingTests.cpp | 479 const eglu::NativePixmapFactory* pixmapFactory; in executeForConfig()
|
D | teglNativeCoordMappingTests.cpp | 512 const eglu::NativePixmapFactory* pixmapFactory; in executeForConfig()
|
D | teglCreateContextExtTests.cpp | 918 …const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeD… in iterate()
|
D | teglWideColorTests.cpp | 1188 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… in executeTest()
|
D | teglNegativeApiTests.cpp | 200 …const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativ… in init()
|
D | teglMultiThreadTests.cpp | 1161 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in createDestroyObjects()
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 54 using eglu::NativePixmapFactory;
|