Searched refs:m_nativeDisplayFactoryRegistry (Results 1 – 10 of 10) sorted by relevance
70 m_nativeDisplayFactoryRegistry.registerFactory(d3d11Factory); in ANGLEPlatform()80 m_nativeDisplayFactoryRegistry.registerFactory(d3d11Factory); in ANGLEPlatform()89 m_nativeDisplayFactoryRegistry.registerFactory(d3d9Factory); in ANGLEPlatform()100 m_nativeDisplayFactoryRegistry.registerFactory(glesFactory); in ANGLEPlatform()109 m_nativeDisplayFactoryRegistry.registerFactory(glFactory); in ANGLEPlatform()118 m_nativeDisplayFactoryRegistry.registerFactory(vkFactory); in ANGLEPlatform()126 m_nativeDisplayFactoryRegistry.registerFactory(new ANGLENativeDisplayFactory( in ANGLEPlatform()137 m_nativeDisplayFactoryRegistry.registerFactory(mtlFactory); in ANGLEPlatform()146 m_nativeDisplayFactoryRegistry.registerFactory(nullFactory); in ANGLEPlatform()150 new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)); in ANGLEPlatform()
48 m_nativeDisplayFactoryRegistry.registerFactory(d3d11Factory); in ANGLEPlatform()57 m_nativeDisplayFactoryRegistry.registerFactory(d3d9Factory); in ANGLEPlatform()67 m_nativeDisplayFactoryRegistry.registerFactory(d3d1193Factory); in ANGLEPlatform()78 m_nativeDisplayFactoryRegistry.registerFactory(glesFactory); in ANGLEPlatform()87 m_nativeDisplayFactoryRegistry.registerFactory(glFactory); in ANGLEPlatform()96 m_nativeDisplayFactoryRegistry.registerFactory(vkFactory); in ANGLEPlatform()105 m_nativeDisplayFactoryRegistry.registerFactory(nullFactory); in ANGLEPlatform()109 new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)); in ANGLEPlatform()
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
82 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance)); in Platform()83 …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()
34 m_nativeDisplayFactoryRegistry.registerFactory(new OHOS_ROSEN::egl::OhosDisplayFactory()); in OhosPlatform()
77 m_nativeDisplayFactoryRegistry.registerFactory(new NullEGLDisplayFactory()); in Platform()
311 m_nativeDisplayFactoryRegistry.registerFactory(new NativeDisplayFactory(m_windowRegistry)); in Platform()312 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()