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

  /external/deqp/modules/egl/
teglTestPackage.cpp 201 const eglu::NativeDisplayFactory* displayFactory = DE_NULL;
212 displayFactory = dpyFactoryRegistry.getDefaultFactory();
215 displayFactory = dpyFactoryRegistry.getFactoryByName(displayFactoryName.c_str());
217 if (!displayFactory)
234 tcu::print("Using EGL native display type '%s'\n", displayFactory->getName());
236 if (!displayFactory->getNativeWindowRegistry().empty())
238 windowFactory = windowFactoryName.empty() ? displayFactory->getNativeWindowRegistry().getDefaultFactory()
239 : displayFactory->getNativeWindowRegistry().getFactoryByName(windowFactoryName.c_str());
245 tcu::print("Supported EGL native window types for native display '%s':\n", displayFactory->getName());
247 for (int factoryNdx = 0; factoryNdx < (int)displayFactory->getNativeWindowRegistry().getFactoryCount(); factoryNdx++
    [all...]
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)
82 , m_displayFactory (displayFactory)
  /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)
179 DE_ASSERT(displayFactory);
183 create(displayFactory, windowFactory, pixmapFactory, config);
471 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
475 DE_ASSERT(displayFactory);
477 m_display = displayFactory->createDisplay();
771 const NativeDisplayFactory* displayFactory = selectFactory(m_displayFactoryRegistry, "display", cmdLine.getEGLDisplayType());
773 if (displayFactory)
    [all...]

Completed in 459 milliseconds