Searched defs:RenderContext (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.hpp53 class RenderContext : public glu::RenderContext class in namespace:tcu::null
56 RenderContext (const glu::RenderConfig& config);
57 virtual ~RenderContext (void);
H A DtcuNullRenderContext.cpp754 RenderContext::RenderContext (const RenderConfig& renderCfg) function in class:tcu::null::RenderContext
765 RenderContext::~RenderContext (void)
771 void RenderContext::postIterate (void)
775 void RenderContext::makeCurrent (void)
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp201 class RenderContext class in namespace:glu
204 RenderContext (void) {} function in class:glu::RenderContext
205 virtual ~RenderContext (void) {}
229 RenderContext (const RenderContext& other); // Not allowed!
230 RenderContext& operator= (const RenderContext& other); // Not allowed!
235 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const RenderConfig& config);
236 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp129 class RenderContext : public GLRenderContext class in namespace:eglu::__anon4770
132 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
133 virtual ~RenderContext (void);
170 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config) function in class:eglu::__anon4770::RenderContext
196 RenderContext::~RenderContext(void)
296 void RenderContext::makeCurrent (void)
303 glw::GenericFuncType RenderContext::getProcAddress (const char* name) const
308 void RenderContext
[all...]

Completed in 297 milliseconds