Home
last modified time | relevance | path

Searched refs:WGLContextFactory (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.hpp33 class WGLContextFactory : public glu::ContextFactory class
36 WGLContextFactory (HINSTANCE instance);
DtcuWin32Platform.cpp42 WGLContextFactory* factory = DE_NULL; in Win32Platform()
46 factory = new WGLContextFactory(m_instance); in Win32Platform()
DtcuWGLContextFactory.cpp154 WGLContextFactory::WGLContextFactory (HINSTANCE instance) in WGLContextFactory() function in tcu::WGLContextFactory
161 glu::RenderContext* WGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::C… in createContext()