Searched refs:OhosRendContext (Results 1 – 3 of 3) sorted by relevance
50 class OhosRendContext : public RenderContext class53 OhosRendContext(const glu::RenderConfig& config, const tcu::CommandLine& cmdLine);54 virtual ~OhosRendContext(void);
61 OhosRendContext::OhosRendContext(const glu::RenderConfig &config, const tcu::CommandLine &cmdLine) in OhosRendContext() function in OhosRendContext225 OhosRendContext::~OhosRendContext(void) in ~OhosRendContext()231 void OhosRendContext::postIterate(void) in postIterate()
41 return new OhosRendContext(config, cmdline); in createContext()