Searched defs:PVRTERROR_OUTPUT_DEBUG (Results 1 – 1 of 1) sorted by relevance
28 #define PVRTERROR_OUTPUT_DEBUG(A) __android_log_print(ANDROID_LOG_INFO, "PVRTools", A); macro30 #define PVRTERROR_OUTPUT_DEBUG(A) OutputDebugStringA(A); macro32 #define PVRTERROR_OUTPUT_DEBUG(A) fprintf(stderr,A); macro35 #define PVRTERROR_OUTPUT_DEBUG(A) macro