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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 418 size_t stSearchLength = PVRT_MIN(stLhsLength,PVRT_MIN(_Str.m_Size,_Num1)); // number of comparisons to do
419 if(PVRT_MIN(stLhsLength,_Num1)<PVRT_MIN(_Str.m_Size,_Num1))
423 else if(PVRT_MIN(stLhsLength,_Num1)>PVRT_MIN(_Str.m_Size,_Num1))
463 size_t stSearchLength = PVRT_MIN(stLhsLength,PVRT_MIN(_Str.m_Size,PVRT_MIN(_Num1,_Count))); // number of comparisons to do
464 if(PVRT_MIN(stLhsLength,_Num1)<PVRT_MIN(_Str.m_Size,_Count)
    [all...]
PVRTGlobal.h 14 #define PVRT_MIN(a,b) (((a) < (b)) ? (a) : (b))
16 #define PVRT_CLAMP(x, l, h) (PVRT_MIN((h), PVRT_MAX((x), (l))))
PVRTQuaternionF.cpp 157 fCosine = PVRT_MIN(fCosine, 1.0f);
PVRTQuaternionX.cpp 162 fCosine = PVRT_MIN(fCosine, PVRTF2X(1.0f));
PVRTPrint3D.cpp 339 const unsigned int uiShortestEdge = PVRT_MIN(dwScreenX, dwScreenY);
960 m_nVtxCacheMax = PVRT_MIN(m_nVtxCacheMax * 2, MAX_CACHED_VTX);
    [all...]
PVRTGeometry.cpp     [all...]
PVRTModelPOD.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 290 nVtx = PVRT_MIN(m_nVtxCache, 0xFFFC);

Completed in 56 milliseconds