/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 133 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… 151 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… 172 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… in RenderContext() argument 190 create(displayFactory, windowFactory, pixmapFactory, config, sharedContext); in RenderContext() 257 …reatePixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eg… in createPixmap() argument 265 …nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], w… in createPixmap() 310 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… in create() argument 368 if (pixmapFactory) in create() 370 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display.get(), pixmapFactory, m_eglDisplay,… in create() 603 const NativePixmapFactory* pixmapFactory; in createContext() local [all …]
|
/external/deqp/modules/egl/ |
D | teglNativeColorMappingTests.cpp | 479 const eglu::NativePixmapFactory* pixmapFactory; in executeForConfig() local 500 …pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx… in executeForConfig() 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() 519 pixmapFactory = DE_NULL; in executeForConfig() 523 …eType != NATIVETYPE_PIXMAP && m_nativeType != NATIVETYPE_PBUFFER_COPY_TO_PIXMAP) || pixmapFactory); 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()
|
D | teglNativeCoordMappingTests.cpp | 512 const eglu::NativePixmapFactory* pixmapFactory; in executeForConfig() local 533 …pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx… in executeForConfig() 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() 552 pixmapFactory = DE_NULL; in executeForConfig() 556 …eType != NATIVETYPE_PIXMAP && m_nativeType != NATIVETYPE_PBUFFER_COPY_TO_PIXMAP) || pixmapFactory); 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()
|
D | teglCreateSurfaceTests.cpp | 227 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig() local 235 … if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig() 241 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM_EXTE… in executeForConfig() 247 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig() 259 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisp… in executeForConfig()
|
D | teglQuerySurfaceTests.cpp | 340 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig() local 348 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDispla… in executeForConfig() 611 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in executeForConfig() local 619 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDispla… in executeForConfig()
|
D | teglRenderCase.cpp | 162 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… in executeForConfig() local 166 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, con… in executeForConfig()
|
D | teglMakeCurrentPerfTests.cpp | 307 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in createPixmap() local 314 …pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createPixmap()
|
D | teglImageUtil.cpp | 124 …const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.ge… in createSurface() local 126 …MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, wid… in createSurface()
|
D | teglMultiThreadTests.cpp | 1145 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getN… in createDestroyObjects() local 1151 …pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
|
D | teglWideColorTests.cpp | 1327 …const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m… in executeTest() local 1329 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, m_eglDispla… in executeTest()
|