Home
last modified time | relevance | path

Searched refs:m_nodeIndices (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h48 int m_nodeIndices[2]; // Node pointers member
57 int m_nodeIndices[3]; // Node pointers member
65 int m_nodeIndices[4]; // Node pointers member
144 int *m_nodeIndices; member
DbtSoftBody.cpp3340 memPtr->m_nodeIndices[0] = m_links[i].m_n[0] ? m_links[i].m_n[0] - &m_nodes[0]: -1; in serialize()
3341 memPtr->m_nodeIndices[1] = m_links[i].m_n[1] ? m_links[i].m_n[1] - &m_nodes[0]: -1; in serialize()
3342 btAssert(memPtr->m_nodeIndices[0]<m_nodes.size()); in serialize()
3343 btAssert(memPtr->m_nodeIndices[1]<m_nodes.size()); in serialize()
3365 memPtr->m_nodeIndices[j] = m_faces[i].m_n[j]? m_faces[i].m_n[j] - &m_nodes[0]: -1; in serialize()
3386 memPtr->m_nodeIndices[j] = m_tetras[j].m_n[j]? m_tetras[j].m_n[j]-&m_nodes[0] : -1; in serialize()
3570 …memPtr->m_nodeIndices = memPtr->m_numNodes ? (int*) serializer->getUniquePointer((void*) &m_clust… in serialize()
3571 if (memPtr->m_nodeIndices ) in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1173 int m_nodeIndices[2]; variable
1185 int m_nodeIndices[3]; variable
1196 int m_nodeIndices[4]; variable
1282 int *m_nodeIndices; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp14423 int *b = (int *) arg1->m_nodeIndices; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyLinkData_1nodeIndices_1set()
14439 result = (int *)(int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyLinkData_1nodeIndices_1get()
14596 int *b = (int *) arg1->m_nodeIndices; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyFaceData_1nodeIndices_1set()
14612 result = (int *)(int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyFaceData_1nodeIndices_1get()
14746 int *b = (int *) arg1->m_nodeIndices; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1nodeIndices_1set()
14762 result = (int *)(int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1nodeIndices_1get()
16538 arg1->m_nodeIndices = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nodeIndices_1set()
16540 arg1->m_nodeIndices = 0; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nodeIndices_1set()
16556 result = (int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nodeIndices_1get()