Searched refs:kDebugLayerNames (Results 1 – 1 of 1) sorted by relevance
18 const char* kDebugLayerNames[] = { variable66 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()