Searched refs:should_include_debug_layer (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 79 static int should_include_debug_layer(const char* layerName, in should_include_debug_layer() function 162 int idx = should_include_debug_layer(kDebugLayerNames[i], layerCount, layers, in init_instance_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/ |
D | VkTestUtils.cpp | 75 static int should_include_debug_layer(const char* layerName, in should_include_debug_layer() function 158 int idx = should_include_debug_layer(kDebugLayerNames[i], layerCount, layers, in init_instance_extensions_and_layers() 243 int idx = should_include_debug_layer(kDebugLayerNames[i], layerCount, layers, in init_device_extensions_and_layers()
|