Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A DgluFboRenderContext.cpp152 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config) in FboRenderContext() function in glu::FboRenderContext
170 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine) 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
[all...]
H A DgluFboRenderContext.hpp44 class FboRenderContext : public RenderContext class
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 DgluRenderContext.cpp167 return new FboRenderContext(*factory, config, cmdLine); in createRenderContext()

Completed in 3 milliseconds