Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp1045 std::unordered_set<const char*> selectedDeviceExtensionNames_; in createGlobalVkEmulation() local
1050 selectedDeviceExtensionNames_.emplace(extension); in createGlobalVkEmulation()
1057 selectedDeviceExtensionNames_.emplace(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in createGlobalVkEmulation()
1061 selectedDeviceExtensionNames_.emplace(extension); in createGlobalVkEmulation()
1066 selectedDeviceExtensionNames_.emplace(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME); in createGlobalVkEmulation()
1072 selectedDeviceExtensionNames_.emplace(extension); in createGlobalVkEmulation()
1077 std::vector<const char*> selectedDeviceExtensionNames(selectedDeviceExtensionNames_.begin(), in createGlobalVkEmulation()
1078 selectedDeviceExtensionNames_.end()); in createGlobalVkEmulation()