Searched refs:PVRTERROR_OUTPUT_DEBUG (Results 1 – 3 of 3) sorted by relevance
25 #if !defined(PVRTERROR_OUTPUT_DEBUG)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
344 PVRTERROR_OUTPUT_DEBUG("ShadowMeshCreate() Sanity check..."); in PVRTShadowVolMeshCreateMesh()367 PVRTERROR_OUTPUT_DEBUG("done.\n"); in PVRTShadowVolMeshCreateMesh()
305 …PVRTERROR_OUTPUT_DEBUG("glDrawElements(GL_TRIANGLES, (VertexCount/2)*3, GL_UNSIGNED_SHORT, m_pFace… in Flush()