Searched refs:FboRenderContext (Results 1 – 4 of 4) sorted by relevance
123 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config) in FboRenderContext() function in glu::FboRenderContext141 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, cons… in FboRenderContext() function in glu::FboRenderContext164 FboRenderContext::~FboRenderContext (void) in ~FboRenderContext()170 void FboRenderContext::postIterate (void) in postIterate()176 void FboRenderContext::createFramebuffer (const RenderConfig& config) in createFramebuffer()261 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);
160 return new FboRenderContext(*factory, config, cmdLine); in createDefaultRenderContext()
81 return new glu::FboRenderContext(rawContext, config);