HomeSort by relevance Sort by last modified time
    Searched refs:pixmapFactory (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/egl/
teglTestPackage.cpp 203 const eglu::NativePixmapFactory* pixmapFactory = DE_NULL;
263 pixmapFactory = pixmapFactoryName.empty() ? displayFactory->getNativePixmapRegistry().getDefaultFactory()
266 if (!pixmapFactory)
288 if (pixmapFactory)
289 tcu::print("Using EGL native pixmap type '%s'\n", pixmapFactory->getName());
293 m_eglTestCtx = new EglTestContext(testCtx, *displayFactory, windowFactory, pixmapFactory);
teglTestCase.hpp 55 EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory, const eglu::NativeWindowFactory* windowFactory, const eglu::NativePixmapFactory* pixmapFactory);
teglTestCase.cpp 80 EglTestContext::EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory, const eglu::NativeWindowFactory* windowFactory, const eglu::NativePixmapFactory* pixmapFactory)
84 , m_pixmapFactory (pixmapFactory)
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 134 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
146 void create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
166 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
183 create(displayFactory, windowFactory, pixmapFactory, config);
345 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
353 nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], width, height);
471 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
520 if (pixmapFactory)
522 const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);
775 // \note windowFactory & pixmapFactory are not mandator
    [all...]

Completed in 226 milliseconds