Lines Matching refs:hasDebugExtension
307 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
325 bool hasDebugExtension) { in destroy_instance() argument
326 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
456 bool hasDebugExtension = false; in CreateVkBackendContext() local
467 for (int i = 0; i < instanceExtensionNames.count() && !hasDebugExtension; ++i) { in CreateVkBackendContext()
469 hasDebugExtension = true; in CreateVkBackendContext()
472 if (hasDebugExtension) { in CreateVkBackendContext()
504 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
509 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
519 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
532 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
552 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
567 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
583 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
667 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()