Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluFboRenderContext.cpp123 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config) in FboRenderContext() function in glu::FboRenderContext
141 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, cons… in FboRenderContext() function in glu::FboRenderContext
164 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()
DgluFboRenderContext.hpp44 class FboRenderContext : public RenderContext class
47 FboRenderContext (RenderContext* context, const RenderConfig& config);
48FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLi…
49 virtual ~FboRenderContext (void);
DgluRenderContext.cpp160 return new FboRenderContext(*factory, config, cmdLine); in createDefaultRenderContext()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm81 return new glu::FboRenderContext(rawContext, config);