Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp65 class WGLContext : public glu::RenderContext class
68WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const…
69 ~WGLContext (void);
81 WGLContext (const WGLContext& other);
82 WGLContext& operator= (const WGLContext& other);
93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedConte… in WGLContext() function in tcu::wgl::__anona13584610111::WGLContext
151 WGLContext::~WGLContext (void) in ~WGLContext()
156 glw::GenericFuncType WGLContext::getProcAddress (const char* name) const in getProcAddress()
161 void WGLContext::makeCurrent (void) in makeCurrent()
166 void WGLContext::postIterate (void) in postIterate()
[all …]