Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestUtils.cpp438 SkTArray<const char*> instanceLayerNames; in CreateVkBackendContext() local
441 instanceLayerNames.push_back(instanceLayers[i].layerName); in CreateVkBackendContext()
454 (uint32_t) instanceLayerNames.count(), // enabledLayerNameCount in CreateVkBackendContext()
455 instanceLayerNames.begin(), // ppEnabledLayerNames in CreateVkBackendContext()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp434 SkTArray<const char*> instanceLayerNames; in CreateVkBackendContext() local
437 instanceLayerNames.push_back(instanceLayers[i].layerName); in CreateVkBackendContext()
450 (uint32_t) instanceLayerNames.count(), // enabledLayerNameCount in CreateVkBackendContext()
451 instanceLayerNames.begin(), // ppEnabledLayerNames in CreateVkBackendContext()