HomeSort by relevance Sort by last modified time
    Searched refs:m_contextFactoryRegistry (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/opengl/
gluPlatform.hpp 43 * by having a list of GL context factories (m_contextFactoryRegistry).
64 const ContextFactoryRegistry& getContextFactoryRegistry (void) const { return m_contextFactoryRegistry; }
69 ContextFactoryRegistry m_contextFactoryRegistry;
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 57 m_contextFactoryRegistry.registerFactory(factory);
68 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /external/deqp/framework/platform/lnx/
tcuLnxPlatform.cpp 50 m_contextFactoryRegistry.registerFactory(factory.release());
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 70 m_contextFactoryRegistry.registerFactory(new NullGLContextFactory());
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 180 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 191 m_contextFactoryRegistry.registerFactory(new CGLContextFactory());
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 98 m_contextFactoryRegistry.registerFactory(new ContextFactory(screenManager));
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 295 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));

Completed in 779 milliseconds