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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTBoneBatch.h 28 int nBatchCnt; /*!< Number of batches to render */
70 nBatchCnt = 0;
PVRTBoneBatch.cpp 574 nBatchCnt = 0;
579 iBatch->Write(&pnBatches[nBatchCnt * nBatchBoneMax], &pnBatchBoneCnt[nBatchCnt]);
580 pnBatchOffset[nBatchCnt] = nTriCnt;
581 ++nBatchCnt;
632 _ASSERTE(nBatchCnt == (int)lBatch.size());
PVRTModelPOD.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 791 for(int i32Batch = 0; i32Batch < Mesh.sBoneBatches.nBatchCnt; ++i32Batch)
830 if(i32Batch+1 < Mesh.sBoneBatches.nBatchCnt)

Completed in 672 milliseconds