/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btStridingMeshInterface.java | 69 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 70 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 73 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 74 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 77 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 78 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase() 81 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 82 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase()
|
D | btTriangleIndexVertexArray.java | 202 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 203 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 206 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 207 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 210 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 211 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase() 214 …p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 215 …indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btMultimaterialTriangleMeshShape.h | 45 int numfaces; in ATTRIBUTE_ALIGNED16() local 59 numfaces, in ATTRIBUTE_ALIGNED16() 78 int numfaces; in ATTRIBUTE_ALIGNED16() local 92 numfaces, in ATTRIBUTE_ALIGNED16()
|
D | btTriangleIndexVertexArray.cpp | 39 …ype, int& vertexStride,unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& i… in getLockedVertexIndexBase() argument 52 numfaces = mesh.m_numTriangles; in getLockedVertexIndexBase() 59 …nt& vertexStride,const unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& i… in getLockedReadOnlyVertexIndexBase() argument 70 numfaces = mesh.m_numTriangles; in getLockedReadOnlyVertexIndexBase()
|
D | btBvhTriangleMeshShape.cpp | 115 int numfaces; in performRaycast() local 125 numfaces, in performRaycast() 184 int numfaces; in performConvexcast() local 194 numfaces, in performConvexcast() 264 int numfaces; in processAllTriangles() 275 numfaces, in processAllTriangles()
|
D | btStridingMeshInterface.h | 58 …ype& type, int& stride,unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& i… in ATTRIBUTE_ALIGNED16() 60 …ype, int& stride,const unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& i… in ATTRIBUTE_ALIGNED16()
|
D | btTriangleIndexVertexArray.h | 97 …ype, int& vertexStride,unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& i… in ATTRIBUTE_ALIGNED16() 99 …nt& vertexStride,const unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& i… in ATTRIBUTE_ALIGNED16()
|
D | btOptimizedBvh.cpp | 287 int numfaces = 0; in updateBvhNodes() local 309 …ertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,indexstride,numfaces,indicestype,nodeS… in updateBvhNodes()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactShape.h | 552 int numfaces; variable 567 numfaces = 0; in TrimeshPrimitiveManager() 583 numfaces = 0; in TrimeshPrimitiveManager() 600 numfaces = 0; in TrimeshPrimitiveManager() 615 type, stride,&indexbase, indexstride, numfaces,indicestype,m_part); in lock() 640 return (int )numfaces; in get_primitive_count()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btInternalEdgeUtility.cpp | 334 int numfaces = 0; in btGenerateInternalEdgeInfo() local 339 …ertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,indexstride,numfaces,indicestype,partI… in btGenerateInternalEdgeInfo() 342 for (int triangleIndex = 0 ; triangleIndex < numfaces;triangleIndex++) in btGenerateInternalEdgeInfo()
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
D | MeshLoader.java | 514 private void startLodFaceList(String submeshindex, String numfaces) { in startLodFaceList() argument 517 int faceCount = Integer.parseInt(numfaces); in startLodFaceList()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 51186 if (arg1) (arg1)->numfaces = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactMeshShapePart_1TrimeshPrimitiveManager_1numfaces_1set() 51199 result = (int) ((arg1)->numfaces); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactMeshShapePart_1TrimeshPrimitiveManager_1numfaces_1get()
|