Home
last modified time | relevance | path

Searched defs:GetPlatformDeviceExtensions (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_vk.h33 inline void GetPlatformDeviceExtensions(BASE_NS::vector<BASE_NS::string_view>& extensions) {} in GetPlatformDeviceExtensions() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_vk.cpp25 void GetPlatformDeviceExtensions(vector<string_view>& extensions) in GetPlatformDeviceExtensions() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_vk.h32 inline void GetPlatformDeviceExtensions(BASE_NS::vector<BASE_NS::string_view>& extensions) {} in GetPlatformDeviceExtensions() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_vk.cpp40 void GetPlatformDeviceExtensions(vector<string_view>& extensions) in GetPlatformDeviceExtensions() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp1201 const PlatformDeviceExtensions& DeviceVk::GetPlatformDeviceExtensions() const in GetPlatformDeviceExtensions() function in DeviceVk