OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pnBatches
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTBoneBatch.h
24
int *
pnBatches
; /*!< Space for nBatchBoneMax bone indices, per batch */
67
FREE(
pnBatches
);
PVRTBoneBatch.cpp
568
pnBatches
= (int*) calloc(lBatch.size() * nBatchBoneMax, sizeof(*
pnBatches
));
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
810
int i32NodeID = Mesh.sBoneBatches.
pnBatches
[i32Batch * Mesh.sBoneBatches.nBatchBoneMax + i];
Completed in 174 milliseconds