Home
last modified time | relevance | path

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

/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp69 class CGLRenderContext : public glu::RenderContext class
72 CGLRenderContext (const glu::RenderConfig& config);
73 ~CGLRenderContext (void);
110 CGLRenderContext::CGLRenderContext (const glu::RenderConfig& config) in CGLRenderContext() function in tcu::CGLRenderContext
168 CGLRenderContext::~CGLRenderContext (void) in ~CGLRenderContext()
185 return new CGLRenderContext(config); in createContext()