Home
last modified time | relevance | path

Searched refs:swapchainPlat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp1245 const auto& swapchainPlat = static_cast<const SwapchainVk&>(swapchain).GetPlatformData(); in CreateGpuImageViews() local
1247 vector<unique_ptr<GpuImage>> gpuImages(swapchainPlat.swapchainImages.images.size()); in CreateGpuImageViews()
1250 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx]; in CreateGpuImageViews()
1251 gpuImagePlat.imageView = swapchainPlat.swapchainImages.imageViews[idx]; in CreateGpuImageViews()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp2074 const auto& swapchainPlat = swapchain.GetPlatformData(); in CreateGpuImageViews() local
2076 gpuImages.resize(swapchainPlat.swapchainImages.images.size()); in CreateGpuImageViews()
2081 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx]; in CreateGpuImageViews()