HomeSort by relevance Sort by last modified time
    Searched refs:FboRenderContext (Results 1 - 4 of 4) 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::makeCurrent(void)
210 void FboRenderContext::createFramebuffer (const RenderConfig& config)
295 void FboRenderContext::destroyFramebuffer (void
    [all...]
gluRenderContext.cpp 167 return new FboRenderContext(*factory, config, cmdLine);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 81 return new glu::FboRenderContext(rawContext, config);

Completed in 898 milliseconds