Lines Matching refs:psUVW
822 if(mesh.psUVW[i].n) pCPODData[ui32CPODDataSize++] = &mesh.psUVW[i]; in WriteInterleaved()
1065 …if(!WriteCPODData(pFile, ePODFileMeshUVW, s.pMesh[i].psUVW[j], s.pMesh[i].nNumVertex, s.pMesh[i].… in WritePOD()
1439 PVRTFixInterleavedEndiannessUsingCPODData(s.pInterleaved, s.psUVW[i], s.nNumVertex); in PVRTFixInterleavedEndianness()
1474 …case ePODFileMeshNumUVW: if(!src.Read32(s.nNumUVW)) return false; if(!SafeAlloc(s.psUVW, s.nNumU… in ReadMesh()
1490 …case ePODFileMeshUVW: if(!ReadCPODData(s.psUVW[nUVWs++], src, ePODFileMeshUVW, s.pInterleaved ==… in ReadMesh()
2195 FREE(pMesh[i].psUVW[j].pData);
2200 FREE(pMesh[i].psUVW);
3473 DeinterleaveArray(mesh.psUVW[i], mesh.pInterleaved, mesh.nNumVertex, ui32AlignToNBytes);
3509 nStride += nUVWStride[i] = PVRTModelPODDataStride(mesh.psUVW[i]);
3548 if(PVRTModelPODDataTypeSize(mesh.psUVW[i].eType) == nBytes)
3549 …InterleaveArray((char*)mesh.pInterleaved, mesh.psUVW[i], mesh.nNumVertex, nStride, nUVWPadding[i],…
3900 if(in.nNumUVW && SafeAlloc(out.psUVW, in.nNumUVW))
3906 PVRTModelPODCopyCPODData(in.psUVW[i], out.psUVW[i], out.nNumVertex, bInterleaved);