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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTFixedPoint.cpp 44 new_mesh->nNumStrips = mesh->nNumStrips;
PVRTFixedPoint.h 124 unsigned int nNumStrips;
158 unsigned int nNumStrips;
PVRTTriStrip.cpp 901 unsigned int nNumStrips;
907 PVRTTriStrip(&pui32Strips, &pnStripLength, &nNumStrips, pui32TriList, nTriCnt);
914 for(unsigned int i = 0; i < nNumStrips; ++i)
PVRTModelPOD.cpp     [all...]
PVRTModelPOD.h 169 PVRTuint32 nNumStrips; /*!< If mesh is stripped: number of strips, length of pnStripLength array. */
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 638 if(pMesh->nNumStrips == 0)
655 for(int i = 0; i < (int)pMesh->nNumStrips; ++i)

Completed in 125 milliseconds