Home
last modified time | relevance | path

Searched refs:GetPlatformDataVk (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h112 const DevicePlatformDataVk& GetPlatformDataVk() const;
288 const DevicePlatformDataVk& GetPlatformDataVk() const override;
H A Dpipeline_create_functions_vk.cpp242 const VkDevice device = (deviceVk.GetPlatformDataVk()).device; in CreateRenderPassCombined()
421 const VkDevice device = (deviceVk.GetPlatformDataVk()).device; in CreateRenderPassCombined2()
H A Ddevice_vk.cpp894 const DevicePlatformDataVk& DeviceVk::GetPlatformDataVk() const in GetPlatformDataVk() function in DeviceVk
1444 const DevicePlatformDataVk& LowLevelDeviceVk::GetPlatformDataVk() const in GetPlatformDataVk() function in LowLevelDeviceVk
1446 return deviceVk_.GetPlatformDataVk(); in GetPlatformDataVk()
H A Drender_backend_vk.cpp2254 const DevicePlatformDataVk& devicePlat = deviceVk_.GetPlatformDataVk(); in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h206 virtual const DevicePlatformDataVk& GetPlatformDataVk() const = 0;