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.cpp601 RenderContext::RenderContext (const RenderConfig& renderCfg) function in class:tcu::null::RenderContext
612 RenderContext::~RenderContext (void)
618 void RenderContext::postIterate (void)
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp191 class RenderContext class in namespace:glu
194 RenderContext (void) {} function in class:glu::RenderContext
195 virtual ~RenderContext (void) {}
213 RenderContext (const RenderContext& other); // Not allowed!
214 RenderContext& operator= (const RenderContext& other); // Not allowed!
219 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp131 class RenderContext : public GLRenderContext class in namespace:eglu::__anon19726
134 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
135 virtual ~RenderContext (void);
166 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config) function in class:eglu::__anon19726::RenderContext
192 RenderContext::~RenderContext(void)
471 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
611 void RenderContext::destroy (void)
641 void RenderContext
[all...]

Completed in 4401 milliseconds