Searched refs:pixmapFactory (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/egl/ |
D | teglTestPackage.cpp | 203 const eglu::NativePixmapFactory* pixmapFactory = DE_NULL; in PackageContext() local 263 …pixmapFactory = pixmapFactoryName.empty() ? displayFactory->getNativePixmapRegistry().getDefaultFa… in PackageContext() 266 if (!pixmapFactory) in PackageContext() 288 if (pixmapFactory) in PackageContext() 289 tcu::print("Using EGL native pixmap type '%s'\n", pixmapFactory->getName()); in PackageContext() 293 m_eglTestCtx = new EglTestContext(testCtx, *displayFactory, windowFactory, pixmapFactory); in PackageContext()
|
D | teglTestCase.cpp | 80 …ry, const eglu::NativeWindowFactory* windowFactory, const eglu::NativePixmapFactory* pixmapFactory) in EglTestContext() argument 84 , m_pixmapFactory (pixmapFactory) in EglTestContext()
|
D | teglTestCase.hpp | 55 …y, const eglu::NativeWindowFactory* windowFactory, const eglu::NativePixmapFactory* pixmapFactory);
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 134 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… 146 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… 166 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… in RenderContext() argument 183 create(displayFactory, windowFactory, pixmapFactory, config); in RenderContext() 345 …reatePixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eg… in createPixmap() argument 353 …nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], w… in createPixmap() 471 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… in create() argument 520 if (pixmapFactory) in create() 522 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_egl… in create() 777 …const NativePixmapFactory* pixmapFactory = selectFactory(displayFactory->getNativePixmapRegistry()… in createContext() local [all …]
|