Searched refs:NativeDisplayFactoryRegistry (Results 1 – 5 of 5) sorted by relevance
71 …const NativeDisplayFactoryRegistry& getNativeDisplayFactoryRegistry (void) const { return m_native… in getNativeDisplayFactoryRegistry()106 NativeDisplayFactoryRegistry m_nativeDisplayFactoryRegistry;
49 GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry);53 const NativeDisplayFactoryRegistry& m_displayFactoryRegistry;
101 typedef tcu::FactoryRegistry<NativeDisplayFactory> NativeDisplayFactoryRegistry; typedef
733 GLContextFactory::GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry) in GLContextFactory()
196 …const eglu::NativeDisplayFactoryRegistry& dpyFactoryRegistry = testCtx.getPlatform().getEGLPlatfor… in PackageContext()