Home
last modified time | relevance | path

Searched refs:displayFactory (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
H A DegluGLContextFactory.cpp133 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext = DE_NULL);
151 void create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext);
172 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext) in RenderContext() argument
186 DE_ASSERT(displayFactory); in RenderContext()
190 create(displayFactory, windowFactory, pixmapFactory, config, sharedContext); in RenderContext()
310 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext *sharedContext) in create() argument
314 DE_ASSERT(displayFactory); in create()
317 m_display = de::SharedPtr<NativeDisplay>(displayFactory->createDisplay()); in create()
602 const NativeDisplayFactory& displayFactory = selectNativeDisplayFactory(m_displayFactoryRegistry, cmdLine); in createContext() local
609 windowFactory = &selectNativeWindowFactory(displayFactory, cmdLin in createContext()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglTestCase.cpp45 EglTestContext::EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory) in EglTestContext() argument
47 , m_nativeDisplayFactory (displayFactory) in EglTestContext()
H A DteglTestCase.hpp63 EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory);
H A DteglRenderCase.cpp126 const eglu::NativeDisplayFactory& displayFactory = m_eglTestCtx.getNativeDisplayFactory(); in executeForConfig() local
138 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig()
163 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig()
H A DteglImageUtil.cpp101 const NativeDisplayFactory& displayFactory = eglTestCtx.getNativeDisplayFactory(); in createSurface() local
115 const NativeWindowFactory& windowFactory = selectNativeWindowFactory(displayFactory, eglTestCtx.getTestContext().getCommandLine()); in createSurface()
124 const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.getTestContext().getCommandLine()); in createSurface()
H A DteglWideColorTests.cpp1244 const eglu::NativeDisplayFactory& displayFactory = m_eglTestCtx.getNativeDisplayFactory(); in executeTest() local
1281 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(displayFactory, m_testCtx.getCommandLine()); in executeTest()
1347 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine()); in executeTest()

Completed in 7 milliseconds