Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluFboRenderContext.cpp152 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config) in FboRenderContext() function in glu::FboRenderContext
170 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, cons… in FboRenderContext() function in glu::FboRenderContext
193 FboRenderContext::~FboRenderContext (void) in ~FboRenderContext()
199 void FboRenderContext::postIterate (void) in postIterate()
205 void FboRenderContext::makeCurrent(void) in makeCurrent()
210 void FboRenderContext::createFramebuffer (const RenderConfig& config) in createFramebuffer()
295 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.cpp167 return new FboRenderContext(*factory, config, cmdLine); in createRenderContext()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm81 return new glu::FboRenderContext(rawContext, config);