Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp40 Format GetValidDepthFormat(const DeviceVk& deviceVk) in GetValidDepthFormat() function
392 const Format depthFormat = GetValidDepthFormat((const DeviceVk&)device_); in SwapchainVk()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp88 Format GetValidDepthFormat(const IRenderNodeGpuResourceManager& gpuResourceMgr, const Format format) in GetValidDepthFormat() function
236 desc.format = GetValidDepthFormat(gpuResourceMgr, desc.format); in ValidateDepthDesc()