Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp637 FillFormatSupport(plat_.physicalDevice, formatProperties_); in DeviceVk()
911 const uint32_t formatSupportSize = static_cast<uint32_t>(formatProperties_.size()); in GetFormatProperties()
914 return formatProperties_[formatIdx]; in GetFormatProperties()
920 return formatProperties_[currIdx]; in GetFormatProperties()
H A Ddevice_vk.h272 BASE_NS::vector<FormatProperties> formatProperties_; variable