Searched refs:hasDebugExtension (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 330 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \ 348 bool hasDebugExtension) { in destroy_instance() argument 349 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance() 506 bool hasDebugExtension = false; in CreateVkBackendContext() local 517 for (int i = 0; i < instanceExtensionNames.count() && !hasDebugExtension; ++i) { in CreateVkBackendContext() 519 hasDebugExtension = true; in CreateVkBackendContext() 522 if (hasDebugExtension) { in CreateVkBackendContext() 554 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext() 559 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext() 569 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext() [all …]
|