Searched defs:STri (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTGeometry.cpp64 @Function STri
67 struct STri { struct
78 STri **psTri; // Allocated array of pointers to the triangles sharing this vertex
100 STri *m_pTri; // Array of all the triangles in the mesh
167 STri **psTri; // Pointers to triangles
189 bool Contains(const STri * const pTri) const;
197 void AddTriangleCheckDup(STri * const pTri);
201 void AddTriangle(STri * const pTri);
204 STri * const pTri,
256 const STri * cons
[all...]

Completed in 167 milliseconds