Searched refs:StateToString (Results 1 – 1 of 1) sorted by relevance
126 static const char* StateToString( u32 state );134 #define REPORT_STATE( state ) REXDEMOReportEx( REXDEMO_COLOR_PURPLE, "state -> %s\n", StateToString…314 REXDEMOPrintf( 400, 60, 0, "%s", StateToString( state ) ); in main()337 const char* StateToString( u32 state ) in StateToString() function