Home
last modified time | relevance | path

Searched refs:sVtxColours (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp817 if(mesh.sVtxColours.n) pCPODData[ui32CPODDataSize++] = &mesh.sVtxColours; in WriteInterleaved()
1067 …if(!WriteCPODData(pFile, ePODFileMeshVtxCol, s.pMesh[i].sVtxColours, s.pMesh[i].nNumVertex, s.pMe… in WritePOD()
1441 PVRTFixInterleavedEndiannessUsingCPODData(s.pInterleaved, s.sVtxColours, s.nNumVertex); in PVRTFixInterleavedEndianness()
1491 …case ePODFileMeshVtxCol: if(!ReadCPODData(s.sVtxColours, src, ePODFileMeshVtxCol, s.pInterleaved … in ReadMesh()
2196 FREE(pMesh[i].sVtxColours.pData);
3475 DeinterleaveArray(mesh.sVtxColours, mesh.pInterleaved, mesh.nNumVertex, ui32AlignToNBytes);
3513 nStride += nVtxColourStride = PVRTModelPODDataStride(mesh.sVtxColours);
3543 if(PVRTModelPODDataTypeSize(mesh.sVtxColours.eType) == nBytes)
3544 …InterleaveArray((char*)mesh.pInterleaved, mesh.sVtxColours, mesh.nNumVertex, nStride, nVtxColourPa…
3896 PVRTModelPODCopyCPODData(in.sVtxColours, out.sVtxColours, out.nNumVertex, bInterleaved);
DPVRTModelPOD.h175 CPODData sVtxColours; /*!< A colour per vertex */ member