Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
android_test_utils.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
8
9const std::vector<std::string> kAndroidDeviceExtensions = {
10 "VK_KHR_swapchain",
11 "VK_ANDROID_external_memory_android_hardware_buffer",
12 "VK_KHR_sampler_ycbcr_conversion",
13 "VK_KHR_external_memory",
14 "VK_EXT_queue_family_foreign",
15 "VK_KHR_dedicated_allocation",
16};
17
18} // namespace impeller::android::testing
const std::vector< std::string > kAndroidDeviceExtensions