Home
last modified time | relevance | path

Searched refs:GLContextFactory (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/egl/
DegluGLContextFactory.hpp48 class GLContextFactory : public glu::ContextFactory class
51 GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry);
DCMakeLists.txt5 # GLContextFactory uses glu
DegluGLContextFactory.cpp592 GLContextFactory::GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry) in GLContextFactory() function in eglu::GLContextFactory
598 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::Co… in createContext()
/external/deqp/framework/platform/lnx/
DtcuLnxEglPlatform.cpp57 …return de::MovePtr<glu::ContextFactory>(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)… in createContextFactory()
/external/deqp/framework/platform/win32/
DtcuWin32Platform.cpp68 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp139 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp180 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp48 using eglu::GLContextFactory;
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp64 using eglu::GLContextFactory;
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp304 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()