Home
last modified time | relevance | path

Searched refs:PlatformDeviceExtensions (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_vk.h30 struct PlatformDeviceExtensions {}; struct
35 inline PlatformDeviceExtensions GetEnabledPlatformDeviceExtensions( in GetEnabledPlatformDeviceExtensions()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_vk.h30 struct PlatformDeviceExtensions {}; struct
35 inline PlatformDeviceExtensions GetEnabledPlatformDeviceExtensions( in GetEnabledPlatformDeviceExtensions()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_vk.h29 struct PlatformDeviceExtensions {}; struct
34 inline PlatformDeviceExtensions GetEnabledPlatformDeviceExtensions( in GetEnabledPlatformDeviceExtensions()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_vk.h28 struct PlatformDeviceExtensions { struct
41 PlatformDeviceExtensions GetEnabledPlatformDeviceExtensions(
H A Dplatform_vk.cpp50 PlatformDeviceExtensions GetEnabledPlatformDeviceExtensions( in GetEnabledPlatformDeviceExtensions()
53 return PlatformDeviceExtensions { enabledDeviceExtensions.contains( in GetEnabledPlatformDeviceExtensions()
H A Dplatform_gpu_image_vk.cpp53 const PlatformDeviceExtensions& deviceExtensions = deviceVk.GetPlatformDeviceExtensions(); in CreatePlatformHwBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h198 const PlatformDeviceExtensions& GetPlatformDeviceExtensions() const;
269 PlatformDeviceExtensions platformDeviceExtensions_;
H A Ddevice_vk.cpp1201 const PlatformDeviceExtensions& DeviceVk::GetPlatformDeviceExtensions() const in GetPlatformDeviceExtensions()