Searched refs:m_Indices (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btConvexHull.cpp | 654 …int ret = calchull( (btVector3 *) vertices, (int) vcount, result.m_Indices, tris_count, static_cas… in ComputeHull() 668 if ( result.m_Indices.size() ) in ReleaseHull() 670 result.m_Indices.clear(); in ReleaseHull() 735 …BringOutYourDead(hr.mVertices,hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexC… in CreateConvexHull() 747 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull() 754 const unsigned int *source = &hr.m_Indices[0]; in CreateConvexHull() 755 unsigned int *dest = &result.m_Indices[0]; in CreateConvexHull() 769 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int)*hr.mIndexCount); in CreateConvexHull() 779 result.m_Indices.resize(static_cast<int>(result.mNumIndices)); in CreateConvexHull() 784 const unsigned int *source = &hr.m_Indices[0]; in CreateConvexHull() [all …]
|
D | btConvexHull.h | 42 btAlignedObjectArray<unsigned int> m_Indices; // pointer to indices. variable 177 TUIntArray m_Indices; variable
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyHelpers.cpp | 228 const int idx[]={hres.m_Indices[j*3+0],hres.m_Indices[j*3+1],hres.m_Indices[j*3+2]}; in Draw() 1076 const int idx[]={ static_cast<int>(hres.m_Indices[i*3+0]), in CreateFromConvexHull() 1077 static_cast<int>(hres.m_Indices[i*3+1]), in CreateFromConvexHull() 1078 static_cast<int>(hres.m_Indices[i*3+2])}; in CreateFromConvexHull()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btShapeHull.cpp | 93 m_indices[i] = hr.m_Indices[i]; in buildHull()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.cpp | 9133 if (arg1) (arg1)->m_Indices = *arg2; in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullResult_1Indices_1set() 9146 result = (btAlignedObjectArray< unsigned int > *)& ((arg1)->m_Indices); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullResult_1Indices_1get() 10099 if (arg1) (arg1)->m_Indices = *arg2; in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_PHullResult_1Indices_1set() 10112 result = (TUIntArray *)& ((arg1)->m_Indices); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_PHullResult_1Indices_1get()
|