OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pnBatchOffset
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTBoneBatch.h
26
int *
pnBatchOffset
; /*!< Offset into triangle array, per batch */
69
FREE(
pnBatchOffset
);
PVRTBoneBatch.cpp
570
pnBatchOffset
= (int*) calloc(lBatch.size(), sizeof(*
pnBatchOffset
));
578
// Write pnBatches, pnBatchBoneCnt and
pnBatchOffset
for this batch.
580
pnBatchOffset
[nBatchCnt] = nTriCnt;
PVRTModelPOD.cpp
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
826
to the start of the current batch of triangles (Mesh.sBoneBatches.
pnBatchOffset
[i32Batch]) and the
831
i32Tris = Mesh.sBoneBatches.
pnBatchOffset
[i32Batch+1] - Mesh.sBoneBatches.
pnBatchOffset
[i32Batch];
833
i32Tris = Mesh.nNumFaces - Mesh.sBoneBatches.
pnBatchOffset
[i32Batch];
836
size_t offset = sizeof(GLushort) * 3 * Mesh.sBoneBatches.
pnBatchOffset
[i32Batch];
Completed in 184 milliseconds