Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp199 class EglRenderContext : public glu::RenderContext class
202 EglRenderContext(const glu::RenderConfig& config, const tcu::CommandLine& cmdLine);
203 ~EglRenderContext(void);
233 return new EglRenderContext(config, cmdLine); in createContext()
236 EglRenderContext::EglRenderContext(const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) in EglRenderContext() function in tcu::surfaceless::EglRenderContext
474 EglRenderContext::~EglRenderContext(void) in ~EglRenderContext()
493 const tcu::RenderTarget& EglRenderContext::getRenderTarget(void) const in getRenderTarget()
498 void EglRenderContext::postIterate(void) in postIterate()