Searched refs:GLContextFactory (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/egl/
H A DegluGLContextFactory.hpp46 class GLContextFactory : public glu::ContextFactory class in namespace:eglu
49 GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry);
H A DegluGLContextFactory.cpp733 GLContextFactory::GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry) function in class:eglu::GLContextFactory
769 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const
/external/deqp/framework/platform/win32/
H A DtcuWin32Platform.cpp69 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp180 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp40 using eglu::GLContextFactory;
251 return MovePtr<ContextFactory>(new GLContextFactory(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp176 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));

Completed in 1881 milliseconds