Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_utilities.h23 std::vector<std::string> DeviceLayersToEnable(
Dvulkan_utilities.cc110 std::vector<std::string> DeviceLayersToEnable( in DeviceLayersToEnable() function
Dvulkan_device.cc72 auto enabled_layers = DeviceLayersToEnable(vk, physical_device_); in VulkanDevice()