Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestUtils.cpp61 const char* kDebugLayerNames[] = { variable
161 for (size_t i = 0; i < SK_ARRAY_COUNT(kDebugLayerNames); ++i) { in init_instance_extensions_and_layers()
162 int idx = should_include_debug_layer(kDebugLayerNames[i], layerCount, layers, in init_instance_extensions_and_layers()
246 for (size_t i = 0; i < SK_ARRAY_COUNT(kDebugLayerNames); ++i) { in init_device_extensions_and_layers()
247 int idx = should_include_debug_layer(kDebugLayerNames[i], layerCount, layers, in init_device_extensions_and_layers()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp57 const char* kDebugLayerNames[] = { variable
157 for (size_t i = 0; i < SK_ARRAY_COUNT(kDebugLayerNames); ++i) { in init_instance_extensions_and_layers()
158 int idx = should_include_debug_layer(kDebugLayerNames[i], layerCount, layers, in init_instance_extensions_and_layers()
242 for (size_t i = 0; i < SK_ARRAY_COUNT(kDebugLayerNames); ++i) { in init_device_extensions_and_layers()
243 int idx = should_include_debug_layer(kDebugLayerNames[i], layerCount, layers, in init_device_extensions_and_layers()