Searched refs:FboRenderContext (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
H A DgluFboRenderContext.hpp44 class FboRenderContext : public RenderContext class in namespace:glu
47 FboRenderContext (RenderContext* context, const RenderConfig& config);
48 FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
49 virtual ~FboRenderContext (void);
H A DgluFboRenderContext.cpp123 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config) function in class:glu::FboRenderContext
141 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine) function in class:glu::FboRenderContext
164 FboRenderContext::~FboRenderContext (void)
170 void FboRenderContext::postIterate (void)
176 void FboRenderContext::createFramebuffer (const RenderConfig& config)
261 void FboRenderContext::destroyFramebuffer (void)
H A DgluRenderContext.cpp160 return new FboRenderContext(*factory, config, cmdLine);
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm81 return new glu::FboRenderContext(rawContext, config);

Completed in 112 milliseconds