Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp330 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 …]