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.cpp739 RenderContext::RenderContext (const RenderConfig& renderCfg) function in class:tcu::null::RenderContext
750 RenderContext::~RenderContext (void)
756 void RenderContext::postIterate (void)
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp193 class RenderContext class in namespace:glu
196 RenderContext (void) {} function in class:glu::RenderContext
197 virtual ~RenderContext (void) {}
215 RenderContext (const RenderContext& other); // Not allowed!
216 RenderContext& operator= (const RenderContext& other); // Not allowed!
221 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp127 class RenderContext : public GLRenderContext class in namespace:eglu::__anon3842
130 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
131 virtual ~RenderContext (void);
162 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config) function in class:eglu::__anon3842::RenderContext
188 RenderContext::~RenderContext(void)
288 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
430 void RenderContext::destroy (void)
462 void RenderContext
[all...]

Completed in 172 milliseconds