Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosEglContextFactory.cpp29 OhosContextFactory::OhosContextFactory () in OhosContextFactory() function in OhosContextFactory
35 glu::RenderContext* OhosContextFactory::createContext (const glu::RenderConfig& config, in createContext()
DtcuOhosEglContextFactory.hpp35 class OhosContextFactory : public glu::ContextFactory class
38 OhosContextFactory (void);
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.cpp35 m_contextFactoryRegistry.registerFactory(new OHOS_ROSEN::egl::OhosContextFactory()); in OhosPlatform()