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

  /external/deqp/framework/egl/
egluPlatform.hpp 71 const NativeDisplayFactoryRegistry& getNativeDisplayFactoryRegistry (void) const { return m_nativeDisplayFactoryRegistry; }
106 NativeDisplayFactoryRegistry m_nativeDisplayFactoryRegistry;
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 67 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance));
68 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 71 m_nativeDisplayFactoryRegistry.registerFactory(new NullEGLDisplayFactory());
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 179 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory());
180 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 294 m_nativeDisplayFactoryRegistry.registerFactory(new NativeDisplayFactory(m_windowRegistry));
295 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 291 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory(eventState));
296 return MovePtr<ContextFactory>(new GLContextFactory(m_nativeDisplayFactoryRegistry));

Completed in 82 milliseconds