Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWin32GLES3Platform.cpp144 class Win32GLES3ContextFactory : public glu::ContextFactory class
147 Win32GLES3ContextFactory (HINSTANCE instance);
148 ~Win32GLES3ContextFactory (void);
157 Win32GLES3ContextFactory::Win32GLES3ContextFactory (HINSTANCE instance) in Win32GLES3ContextFactory() function in tcu::Win32GLES3ContextFactory
164 Win32GLES3ContextFactory::~Win32GLES3ContextFactory (void) in ~Win32GLES3ContextFactory()
168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const… in createContext()
185 m_glContextFactoryRegistry.registerFactory(new Win32GLES3ContextFactory(instance)); in Win32GLES3Platform()