Home
last modified time | relevance | path

Searched refs:m_contextFactoryRegistry (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluPlatform.hpp64 …ontextFactoryRegistry& getContextFactoryRegistry (void) const { return m_contextFactoryRegistry; } in getContextFactoryRegistry()
69 ContextFactoryRegistry m_contextFactoryRegistry; member in glu::Platform
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Platform.cpp72 m_contextFactoryRegistry.registerFactory(factory); in Platform()
83m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLEPlatform.cpp149 m_contextFactoryRegistry.registerFactory( in ANGLEPlatform()
153 m_contextFactoryRegistry.registerFactory(new null::NullGLContextFactory()); in ANGLEPlatform()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxPlatform.cpp54 m_contextFactoryRegistry.registerFactory(factory.release()); in registerFactory()
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullPlatform.cpp76 m_contextFactoryRegistry.registerFactory(new NullGLContextFactory()); in Platform()
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.cpp139m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.cpp35 m_contextFactoryRegistry.registerFactory(new OHOS_ROSEN::egl::OhosContextFactory()); in OhosPlatform()
/third_party/vk-gl-cts/framework/platform/raspi/
DtcuRaspiPlatform.cpp180m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXPlatform.cpp88 m_contextFactoryRegistry.registerFactory(new CGLContextFactory()); in OSXGLPlatform()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp312m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSPlatform.mm98 m_contextFactoryRegistry.registerFactory(new ContextFactory(screenManager));
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp224 m_contextFactoryRegistry.registerFactory(new ContextFactory()); in Platform()