Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.cpp68 class VulkanWindowOhos : public vk::wsi::OhosWindowInterface
72 …: vk::wsi::OhosWindowInterface (vk::pt::OhosNativeWindowPtr(OHOS::OhosContextI::GetInstance().GetN… in VulkanWindowOhos()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp186 typedef WindowInterface<TYPE_OHOS> OhosWindowInterface; typedef
DvkWsiUtil.cpp288 … const OhosWindowInterface& ohosWindow = dynamic_cast<const OhosWindowInterface&>(nativeWindow); in createSurface()