Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp18 const char* kDebugLayerNames[] = { variable
66 for (size_t i = 0; i < SK_ARRAY_COUNT(kDebugLayerNames); ++i) { in Create()
67 if (extensions.hasInstanceLayer(kDebugLayerNames[i])) { in Create()
68 instanceLayerNames.push_back(kDebugLayerNames[i]); in Create()
176 for (size_t i = 0; i < SK_ARRAY_COUNT(kDebugLayerNames); ++i) { in Create()
177 if (extensions.hasDeviceLayer(kDebugLayerNames[i])) { in Create()
178 deviceLayerNames.push_back(kDebugLayerNames[i]); in Create()