Lines Matching refs:hasDebugExtension
311 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
329 bool hasDebugExtension) { in destroy_instance() argument
330 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
460 bool hasDebugExtension = false; in CreateVkBackendContext() local
471 for (int i = 0; i < instanceExtensionNames.count() && !hasDebugExtension; ++i) { in CreateVkBackendContext()
473 hasDebugExtension = true; in CreateVkBackendContext()
476 if (hasDebugExtension) { in CreateVkBackendContext()
508 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
513 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
523 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
536 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
556 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
571 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
587 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
677 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()