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

  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 123 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config)
141 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine)
164 FboRenderContext::~FboRenderContext (void)
170 void FboRenderContext::postIterate (void)
176 void FboRenderContext::createFramebuffer (const RenderConfig& config)
261 void FboRenderContext::destroyFramebuffer (void)
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);

Completed in 45 milliseconds