Home
last modified time | relevance | path

Searched refs:PVRTModelPODCountIndices (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h790 unsigned int PVRTModelPODCountIndices(const SPODMesh &mesh);
DPVRTModelPOD.cpp1058 …if(!WriteCPODData(pFile, ePODFileMeshFaces, s.pMesh[i].sFaces, PVRTModelPODCountIndices(s.pMesh… in WritePOD()
3577 mesh.nNumVertex = PVRTModelPODCountIndices(mesh);
3777 unsigned int PVRTModelPODCountIndices(const SPODMesh &mesh) function
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp281 uiSize = PVRTModelPODCountIndices(Mesh) * sizeof(GLshort); in LoadVbos()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp358 uiSize = PVRTModelPODCountIndices(Mesh) * sizeof(GLshort); in LoadVbos()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp372 uiSize = PVRTModelPODCountIndices(Mesh) * sizeof(GLshort); in LoadVbos()