Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp173 SkTArray<const char*> deviceLayerNames; in Create() local
178 deviceLayerNames.push_back(kDebugLayerNames[i]); in Create()
238 (uint32_t) deviceLayerNames.count(), // layerCount in Create()
239 deviceLayerNames.begin(), // ppEnabledLayerNames in Create()