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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTBoneBatch.h 25 int *pnBatchBoneCnt; /*!< Actual number of bone indices, per batch */
68 FREE(pnBatchBoneCnt);
PVRTBoneBatch.cpp 569 pnBatchBoneCnt = (int*) calloc(lBatch.size(), sizeof(*pnBatchBoneCnt));
578 // Write pnBatches, pnBatchBoneCnt and pnBatchOffset for this batch.
579 iBatch->Write(&pnBatches[nBatchCnt * nBatchBoneMax], &pnBatchBoneCnt[nBatchCnt]);
PVRTModelPOD.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 805 int i32Count = Mesh.sBoneBatches.pnBatchBoneCnt[i32Batch];

Completed in 985 milliseconds