Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h44 class LowLevelDeviceVk; variable
270 BASE_NS::unique_ptr<LowLevelDeviceVk> lowLevelDevice_;
282 class LowLevelDeviceVk final : public ILowLevelDeviceVk {
284 explicit LowLevelDeviceVk(DeviceVk& deviceVk);
285 ~LowLevelDeviceVk() = default;
H A Ddevice_vk.cpp667 lowLevelDevice_ = make_unique<LowLevelDeviceVk>(*this); in DeviceVk()
1435 LowLevelDeviceVk::LowLevelDeviceVk(DeviceVk& deviceVk) in LowLevelDeviceVk() function in LowLevelDeviceVk
1439 DeviceBackendType LowLevelDeviceVk::GetBackendType() const in GetBackendType()
1444 const DevicePlatformDataVk& LowLevelDeviceVk::GetPlatformDataVk() const in GetPlatformDataVk()
1449 GpuBufferPlatformDataVk LowLevelDeviceVk::GetBuffer(RenderHandle handle) const in GetBuffer()
1462 GpuImagePlatformDataVk LowLevelDeviceVk::GetImage(RenderHandle handle) const in GetImage()
1475 GpuSamplerPlatformDataVk LowLevelDeviceVk::GetSampler(RenderHandle handle) const in GetSampler()