Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp469 SkTArray<const char*> instanceLayerNames; in CreateVkBackendContext() local
472 instanceLayerNames.push_back(instanceLayers[i].layerName); in CreateVkBackendContext()
485 (uint32_t) instanceLayerNames.count(), // enabledLayerNameCount in CreateVkBackendContext()
486 instanceLayerNames.begin(), // ppEnabledLayerNames in CreateVkBackendContext()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp484 SkTArray<const char*> instanceLayerNames; in CreateVkBackendContext() local
487 instanceLayerNames.push_back(instanceLayers[i].layerName); in CreateVkBackendContext()
500 (uint32_t) instanceLayerNames.count(), // enabledLayerNameCount in CreateVkBackendContext()
501 instanceLayerNames.begin(), // ppEnabledLayerNames in CreateVkBackendContext()