Home
last modified time | relevance | path

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

/test/xts/acts/graphic/graphicvulkannapitest/
DVulkanTest.cpp89 static inline VkSurfaceKHR surface_ = VK_NULL_HANDLE; member in vulkan::loader::VulkanLoaderUnitTest
156 swapchainCI.surface = surface_; in GetSwapchainCreateInfo()
250 if (surface_ != VK_NULL_HANDLE) { in TearDownTestCase()
251 vkDestroySurfaceKHR(instance_, surface_, nullptr); in TearDownTestCase()
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp178 surface_ = surface; in SetOutputSurface()
189 return vdec_->SetOutputSurface(surface_); in SetSurface()
Ddecoder_demo.h79 sptr<Surface> surface_ = nullptr; variable