Searched refs:gDebugCustomOutputFunction (Results 1 – 1 of 1) sorted by relevance
207 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL; variable315 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr ); in DebugInitialize()591 if( gDebugCustomOutputFunction ) in DebugPrint()593 gDebugCustomOutputFunction( inData, inSize, gDebugCustomOutputContext ); in DebugPrint()