Searched refs:EPVRTDataType (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVertex.h | 17 enum EPVRTDataType { enum 54 const EPVRTDataType eType, 67 const EPVRTDataType eType); 79 const EPVRTDataType eType, 92 const EPVRTDataType eType, 161 EPVRTDataType eTypePos, 163 EPVRTDataType eTypeNor, 165 EPVRTDataType eTypeTex, 167 EPVRTDataType eTypeTan, 169 EPVRTDataType eTypeBin,
|
D | PVRTModelPOD.h | 126 EPVRTDataType eType; /*!< Type of data stored */ 689 PVRTuint32 PVRTModelPODDataTypeSize(const EPVRTDataType type); 697 PVRTuint32 PVRTModelPODDataTypeComponentCount(const EPVRTDataType type); 727 EPVRTError PVRTModelPODScaleAndConvertVtxData(SPODMesh &mesh, const EPVRTDataType eNewType); 736 void PVRTModelPODDataConvert(CPODData &data, const unsigned int nCnt, const EPVRTDataType eNewType);
|
D | PVRTBoneBatch.cpp | 397 EPVRTDataType eTypeWeight, // Data type of the vertex bone-weights 399 EPVRTDataType eTypeIdx, // Data type of the vertex bone-indices 436 const EPVRTDataType eTypeWeight, in Create() 438 const EPVRTDataType eTypeIdx, in Create() 673 EPVRTDataType eTypeWeight, in FillBatch() 675 EPVRTDataType eTypeIdx, in FillBatch()
|
D | PVRTBoneBatch.h | 55 const EPVRTDataType eTypeWeight, 57 const EPVRTDataType eTypeIdx,
|
D | PVRTVertex.cpp | 65 const EPVRTDataType eType, in PVRTVertexRead() 230 const EPVRTDataType eType) in PVRTVertexRead() 258 const EPVRTDataType eType, in PVRTVertexWrite() 419 const EPVRTDataType eType, in PVRTVertexWrite() 599 EPVRTDataType eTypePos, in PVRTVertexGenerateTangentSpace() 601 EPVRTDataType eTypeNor, in PVRTVertexGenerateTangentSpace() 603 EPVRTDataType eTypeTex, in PVRTVertexGenerateTangentSpace() 605 EPVRTDataType eTypeTan, in PVRTVertexGenerateTangentSpace() 607 EPVRTDataType eTypeBin, in PVRTVertexGenerateTangentSpace()
|
D | PVRTModelPOD.cpp | 2998 PVRTuint32 PVRTModelPODDataTypeSize(const EPVRTDataType type) 3043 PVRTuint32 PVRTModelPODDataTypeComponentCount(const EPVRTDataType type) 3095 void PVRTModelPODDataConvert(CPODData &data, const unsigned int nCnt, const EPVRTDataType eNewType) 3166 EPVRTError PVRTModelPODScaleAndConvertVtxData(SPODMesh &mesh, const EPVRTDataType eNewType)
|