HomeSort by relevance Sort by last modified time
    Searched defs:FboRenderContext (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluFboRenderContext.hpp 44 class FboRenderContext : public RenderContext
47 FboRenderContext (RenderContext* context, const RenderConfig& config);
48 FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
49 virtual ~FboRenderContext (void);
gluFboRenderContext.cpp 152 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config)
170 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine)
193 FboRenderContext::~FboRenderContext (void)
199 void FboRenderContext::postIterate (void)
205 void FboRenderContext::createFramebuffer (const RenderConfig& config)
290 void FboRenderContext::destroyFramebuffer (void)

Completed in 86 milliseconds