HomeSort by relevance Sort by last modified time
    Searched refs:m_nativeDisplayFactoryRegistry (Results 1 - 5 of 5) 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 68 m_nativeDisplayFactoryRegistry.registerFactory(new Win32EGLNativeDisplayFactory(m_instance));
69 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /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 175 m_nativeDisplayFactoryRegistry.registerFactory(new NativeDisplayFactory(m_windowRegistry));
176 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 246 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory(eventState));
251 return MovePtr<ContextFactory>(new GLContextFactory(m_nativeDisplayFactoryRegistry));

Completed in 112 milliseconds