Searched refs:sFaces (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.cpp | 1058 …if(!WriteCPODData(pFile, ePODFileMeshFaces, s.pMesh[i].sFaces, PVRTModelPODCountIndices(s.pMesh… in WritePOD() 1485 …case ePODFileMeshFaces: if(!ReadCPODData(s.sFaces, src, ePODFileMeshFaces, true)) return false; … in ReadMesh() 2182 FREE(pMesh[i].sFaces.pData); 3369 if(!mesh.sFaces.pData) 3376 unsigned char *pData = mesh.sFaces.pData + i * mesh.sFaces.nStride; 3379 PVRTVertexRead(&ui32V[0], pData, mesh.sFaces.eType); 3380 PVRTVertexRead(&ui32V[1], pData + mesh.sFaces.nStride, mesh.sFaces.eType); 3381 PVRTVertexRead(&ui32V[2], pData + 2 * mesh.sFaces.nStride, mesh.sFaces.eType); 3384 PVRTVertexWrite(pData, mesh.sFaces.eType, ui32V[i32El1]); 3385 PVRTVertexWrite(pData + mesh.sFaces.nStride, mesh.sFaces.eType, ui32V[i32El2]); [all …]
|
D | PVRTModelPOD.h | 167 CPODData sFaces; /*!< List of triangle indices */ member
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/ |
D | OGLES2DisplacementMap.cpp | 278 if (Mesh.sFaces.pData) in LoadVbos() 283 glBufferData(GL_ELEMENT_ARRAY_BUFFER, uiSize, Mesh.sFaces.pData, GL_STATIC_DRAW); in LoadVbos()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | OGLES3ColourGrading.cpp | 355 if (Mesh.sFaces.pData) in LoadVbos() 360 glBufferData(GL_ELEMENT_ARRAY_BUFFER, uiSize, Mesh.sFaces.pData, GL_STATIC_DRAW); in LoadVbos()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | OGLES2ChameleonMan.cpp | 369 if (Mesh.sFaces.pData) in LoadVbos() 374 glBufferData(GL_ELEMENT_ARRAY_BUFFER, uiSize, Mesh.sFaces.pData, GL_STATIC_DRAW); in LoadVbos()
|