Lines Matching defs:RenderContext
127 class RenderContext : public GLRenderContext
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)
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::postIterate (void)
558 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const
583 return new RenderContext(&displayFactory, windowFactory, pixmapFactory, config);