Home
last modified time | relevance | path

Searched refs:numfaces (Results 1 – 12 of 12) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtStridingMeshInterface.java69 …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()
DbtTriangleIndexVertexArray.java202 …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/
DbtMultimaterialTriangleMeshShape.h45 int numfaces; in ATTRIBUTE_ALIGNED16() local
59 numfaces, in ATTRIBUTE_ALIGNED16()
78 int numfaces; in ATTRIBUTE_ALIGNED16() local
92 numfaces, in ATTRIBUTE_ALIGNED16()
DbtTriangleIndexVertexArray.cpp39 …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()
DbtBvhTriangleMeshShape.cpp115 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()
DbtStridingMeshInterface.h58 …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()
DbtTriangleIndexVertexArray.h97 …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()
DbtOptimizedBvh.cpp287 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/
DbtGImpactShape.h552 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/
DbtInternalEdgeUtility.cpp334 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/
DMeshLoader.java514 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/
Dcollision_wrap.cpp51186 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()