Searched refs:m_nativeDisplayFactoryRegistry (Results 1 – 8 of 8) sorted by relevance
70 m_nativeDisplayFactoryRegistry.registerFactory(d3d11Factory); in ANGLEPlatform()80 m_nativeDisplayFactoryRegistry.registerFactory(d3d11Factory); in ANGLEPlatform()89 m_nativeDisplayFactoryRegistry.registerFactory(d3d9Factory); in ANGLEPlatform()99 m_nativeDisplayFactoryRegistry.registerFactory(d3d1193Factory); in ANGLEPlatform()110 m_nativeDisplayFactoryRegistry.registerFactory(glesFactory); in ANGLEPlatform()119 m_nativeDisplayFactoryRegistry.registerFactory(glFactory); in ANGLEPlatform()128 m_nativeDisplayFactoryRegistry.registerFactory(vkFactory); in ANGLEPlatform()136 m_nativeDisplayFactoryRegistry.registerFactory(new ANGLENativeDisplayFactory( in ANGLEPlatform()147 m_nativeDisplayFactoryRegistry.registerFactory(mtlFactory); in ANGLEPlatform()156 m_nativeDisplayFactoryRegistry.registerFactory(nullFactory); in ANGLEPlatform()[all …]
46 m_nativeDisplayFactoryRegistry.registerFactory(x11::egl::createDisplayFactory(eventState)); in Platform()50 m_nativeDisplayFactoryRegistry.registerFactory(wayland::egl::createDisplayFactory(eventState)); in Platform()57 …return de::MovePtr<glu::ContextFactory>(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)… in createContextFactory()
71 …ryRegistry& getNativeDisplayFactoryRegistry (void) const { return m_nativeDisplayFactoryRegistry; } in getNativeDisplayFactoryRegistry()106 NativeDisplayFactoryRegistry m_nativeDisplayFactoryRegistry; member in eglu::Platform
76 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance)); in Platform()77 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
138 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory()); in Platform()139 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
179 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory()); in Platform()180 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
77 m_nativeDisplayFactoryRegistry.registerFactory(new NullEGLDisplayFactory()); in Platform()
313 m_nativeDisplayFactoryRegistry.registerFactory(new NativeDisplayFactory(m_windowRegistry)); in Platform()314 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()