Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.hpp50 class OhosRendContext : public RenderContext class
53 OhosRendContext(const glu::RenderConfig& config, const tcu::CommandLine& cmdLine);
54 virtual ~OhosRendContext(void);
DtcuOhosNativeContext.cpp61 OhosRendContext::OhosRendContext(const glu::RenderConfig &config, const tcu::CommandLine &cmdLine) in OhosRendContext() function in OhosRendContext
225 OhosRendContext::~OhosRendContext(void) in ~OhosRendContext()
231 void OhosRendContext::postIterate(void) in postIterate()
DtcuOhosEglContextFactory.cpp41 return new OhosRendContext(config, cmdline); in createContext()