Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h242 … BASE_NS::vector<QueueProperties> CheckExternalConfig(const BackendExtraVk* backendConfiguration);
H A Ddevice_vk.cpp611 const auto queueProperties = CheckExternalConfig(backendExtra); in DeviceVk()
825 vector<QueueProperties> DeviceVk::CheckExternalConfig(const BackendExtraVk* backendConfiguration) in CheckExternalConfig() function in DeviceVk