HomeSort by relevance Sort by last modified time
    Searched refs:PVRTERROR_OUTPUT_DEBUG (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTError.h 25 #if !defined(PVRTERROR_OUTPUT_DEBUG)
28 #define PVRTERROR_OUTPUT_DEBUG(A) __android_log_print(ANDROID_LOG_INFO, "PVRTools", A);
30 #define PVRTERROR_OUTPUT_DEBUG(A) OutputDebugStringA(A);
32 #define PVRTERROR_OUTPUT_DEBUG(A) fprintf(stderr,A);
35 #define PVRTERROR_OUTPUT_DEBUG(A)
PVRTShadowVol.cpp 344 PVRTERROR_OUTPUT_DEBUG("ShadowMeshCreate() Sanity check...");
367 PVRTERROR_OUTPUT_DEBUG("done.\n");
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 305 PVRTERROR_OUTPUT_DEBUG("glDrawElements(GL_TRIANGLES, (VertexCount/2)*3, GL_UNSIGNED_SHORT, m_pFacesFont); failed\n");

Completed in 596 milliseconds