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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVertex.h 70 @fn PVRTVertexWrite
77 void PVRTVertexWrite(
84 @fn PVRTVertexWrite
90 void PVRTVertexWrite(
PVRTVertex.cpp 249 @Function PVRTVertexWrite
256 void PVRTVertexWrite(
411 @Function PVRTVertexWrite
417 void PVRTVertexWrite(
804 PVRTVertexWrite((char*)&(*pVtxOut)[(*pnVtxNumOut) * nStride] + nOffsetTan, eTypeTan, 3, (PVRTVECTOR4f*) &pfPos0[0]);
805 PVRTVertexWrite((char*)&(*pVtxOut)[(*pnVtxNumOut) * nStride] + nOffsetBin, eTypeBin, 3, (PVRTVECTOR4f*) &pfPos1[0]);
PVRTModelPOD.cpp     [all...]
PVRTBoneBatch.cpp 624 PVRTVertexWrite(&pVtxBuf->last()[nOffsetIdx], eTypeIdx, nVertexBones, &vIdx);

Completed in 161 milliseconds