Searched refs:FboRenderContext (Results 1 – 4 of 4) sorted by relevance
152 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config) in FboRenderContext() function in glu::FboRenderContext170 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, cons… in FboRenderContext() function in glu::FboRenderContext193 FboRenderContext::~FboRenderContext (void) in ~FboRenderContext()199 void FboRenderContext::postIterate (void) in postIterate()205 void FboRenderContext::makeCurrent(void) in makeCurrent()210 void FboRenderContext::createFramebuffer (const RenderConfig& config) in createFramebuffer()295 void FboRenderContext::destroyFramebuffer (void) in destroyFramebuffer()
44 class FboRenderContext : public RenderContext class47 FboRenderContext (RenderContext* context, const RenderConfig& config);48 …FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLi…49 virtual ~FboRenderContext (void);
167 return new FboRenderContext(*factory, config, cmdLine); in createRenderContext()
81 return new glu::FboRenderContext(rawContext, config);