Home
last modified time | relevance | path

Searched defs:PVRTERROR_OUTPUT_DEBUG (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTError.h28 #define PVRTERROR_OUTPUT_DEBUG(A) __android_log_print(ANDROID_LOG_INFO, "PVRTools", A); macro
30 #define PVRTERROR_OUTPUT_DEBUG(A) OutputDebugStringA(A); macro
32 #define PVRTERROR_OUTPUT_DEBUG(A) fprintf(stderr,A); macro
35 #define PVRTERROR_OUTPUT_DEBUG(A) macro