/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btStridingMeshInterface.java | 69 …edVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 70 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 73 …edVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 74 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 77 …lyVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 78 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase() 81 …lyVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 82 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase() 97 public void preallocateVertices(int numverts) { in preallocateVertices() argument 98 CollisionJNI.btStridingMeshInterface_preallocateVertices(swigCPtr, this, numverts); in preallocateVertices()
|
D | btTriangleIndexVertexArray.java | 202 …edVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 203 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 206 …edVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedVertexIndexBase() argument 207 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedVertexIndexBase() 210 …lyVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 211 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase() 214 …lyVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_S… in getLockedReadOnlyVertexIndexBase() argument 215 … SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_… in getLockedReadOnlyVertexIndexBase()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btMultimaterialTriangleMeshShape.h | 40 int numverts; in ATTRIBUTE_ALIGNED16() local 54 numverts, in ATTRIBUTE_ALIGNED16() 73 int numverts; in ATTRIBUTE_ALIGNED16() local 87 numverts, in ATTRIBUTE_ALIGNED16()
|
D | btTriangleIndexVertexArray.cpp | 39 void btTriangleIndexVertexArray::getLockedVertexIndexBase(unsigned char **vertexbase, int& numverts… in getLockedVertexIndexBase() argument 45 numverts = mesh.m_numVertices; in getLockedVertexIndexBase() 59 …getLockedReadOnlyVertexIndexBase(const unsigned char **vertexbase, int& numverts,PHY_ScalarType& t… in getLockedReadOnlyVertexIndexBase() argument 63 numverts = mesh.m_numVertices; in getLockedReadOnlyVertexIndexBase()
|
D | btTriangleIndexVertexArray.h | 97 …virtual void getLockedVertexIndexBase(unsigned char **vertexbase, int& numverts,PHY_ScalarType& ty… in ATTRIBUTE_ALIGNED16() 99 …virtual void getLockedReadOnlyVertexIndexBase(const unsigned char **vertexbase, int& numverts,PHY_… in ATTRIBUTE_ALIGNED16() 123 virtual void preallocateVertices(int numverts){(void) numverts;} in ATTRIBUTE_ALIGNED16()
|
D | btStridingMeshInterface.cpp | 36 int stride,numverts,numtriangles; in InternalProcessAllTriangles() local 45 …getLockedReadOnlyVertexIndexBase(&vertexbase,numverts,type,stride,&indexbase,indexstride,numtriang… in InternalProcessAllTriangles() 241 int stride,numverts,numtriangles; in serialize() local 250 …getLockedReadOnlyVertexIndexBase(&vertexbase,numverts,type,stride,&indexbase,indexstride,numtriang… in serialize() 252 memPtr->m_numVertices = numverts; in serialize() 332 if (numverts) in serialize() 334 btChunk* chunk = serializer->allocate(sizeof(btVector3FloatData),numverts); in serialize() 337 for (int i=0;i<numverts;i++) in serialize() 351 if (numverts) in serialize() 353 btChunk* chunk = serializer->allocate(sizeof(btVector3DoubleData),numverts); in serialize() [all …]
|
D | btStridingMeshInterface.h | 58 …virtual void getLockedVertexIndexBase(unsigned char **vertexbase, int& numverts,PHY_ScalarType& ty… in ATTRIBUTE_ALIGNED16() 60 …virtual void getLockedReadOnlyVertexIndexBase(const unsigned char **vertexbase, int& numverts,PHY_… in ATTRIBUTE_ALIGNED16() 73 virtual void preallocateVertices(int numverts)=0; in ATTRIBUTE_ALIGNED16()
|
D | btBvhTriangleMeshShape.cpp | 110 int numverts; in performRaycast() local 120 numverts, in performRaycast() 179 int numverts; in performConvexcast() local 189 numverts, in performConvexcast() 259 int numverts; in processAllTriangles() 270 numverts, in processAllTriangles()
|
D | btTriangleMesh.cpp | 149 void btTriangleMesh::preallocateVertices(int numverts) in preallocateVertices() argument 153 m_4componentVertices.reserve(numverts); in preallocateVertices() 156 m_3componentVertices.reserve(numverts); in preallocateVertices()
|
D | btTriangleMesh.h | 61 virtual void preallocateVertices(int numverts);
|
D | btConvexShape.cpp | 85 int numverts = numPoints; in convexHullSupport() local 87 for(;v<(int)numverts-4;v+=4) { in convexHullSupport() 109 for(;v<(int)numverts;v++) { in convexHullSupport()
|
D | btOptimizedBvh.cpp | 282 int numverts = 0; in updateBvhNodes() local 309 …meshInterface->getLockedReadOnlyVertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,index… in updateBvhNodes()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 1057 int numverts; in print_prim_and_flags() local 1070 numverts = prim>>16; in print_prim_and_flags() 1073 fprintf(stderr, " prim: %s numverts %d\n", primname[prim&0xf], numverts); in print_prim_and_flags() 1078 if (numverts < 1) { in print_prim_and_flags() 1079 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags() 1085 if ((numverts & 1) || numverts == 0) { in print_prim_and_flags() 1086 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags() 1092 if (numverts < 2) { in print_prim_and_flags() 1093 fprintf(stderr, "Bad nr verts for line_strip %d\n", numverts); in print_prim_and_flags() 1101 if (numverts % 3 || numverts == 0) { in print_prim_and_flags() [all …]
|
D | radeon_dma.c | 436 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommon_flush_last_swtcl_prim() 444 rmesa->swtcl.numverts = 0; in rcommon_flush_last_swtcl_prim() 479 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommonAllocDmaLowVerts() 490 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
|
D | radeon_common_context.h | 287 GLuint numverts; member
|
D | r200_swtcl.c | 304 rmesa->radeon.swtcl.numverts); in r200_swtcl_flush()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_sanity.c | 717 int numverts; in print_prim_and_flags() local 736 numverts = prim>>16; in print_prim_and_flags() 739 fprintf(stderr, " prim: %s numverts %d\n", primname[prim&0xf], numverts); in print_prim_and_flags() 744 if (numverts < 1) { in print_prim_and_flags() 745 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags() 750 if ((numverts & 1) || numverts == 0) { in print_prim_and_flags() 751 fprintf(stderr, "Bad nr verts for line %d\n", numverts); in print_prim_and_flags() 756 if (numverts < 2) { in print_prim_and_flags() 757 fprintf(stderr, "Bad nr verts for line_strip %d\n", numverts); in print_prim_and_flags() 765 if (numverts % 3 || numverts == 0) { in print_prim_and_flags() [all …]
|
D | radeon_dma.c | 436 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommon_flush_last_swtcl_prim() 444 rmesa->swtcl.numverts = 0; in rcommon_flush_last_swtcl_prim() 479 rmesa->swtcl.numverts * rmesa->swtcl.vertex_size * 4 == in rcommonAllocDmaLowVerts() 490 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
|
D | radeon_common_context.h | 287 GLuint numverts; member
|
D | radeon_swtcl.c | 329 rmesa->radeon.swtcl.numverts); in r100_swtcl_flush()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactShape.h | 547 int numverts; variable 563 numverts = 0; in TrimeshPrimitiveManager() 579 numverts = 0; in TrimeshPrimitiveManager() 596 numverts = 0; in TrimeshPrimitiveManager() 614 &vertexbase,numverts, in lock() 645 return (int )numverts; in get_vertex_count()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btVoronoiSimplexSolver.cpp | 254 int i, numverts = numVertices(); in maxVertex() local 256 for (i=0;i<numverts;i++) in maxVertex() 286 int i, numverts = numVertices(); in inSimplex() local 290 for (i=0;i<numverts;i++) in inSimplex()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btInternalEdgeUtility.cpp | 329 int numverts = 0; in btGenerateInternalEdgeInfo() local 339 …meshInterface->getLockedReadOnlyVertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,index… in btGenerateInternalEdgeInfo()
|
/external/kernel-headers/original/uapi/drm/ |
D | radeon_drm.h | 419 unsigned int numverts:16; /* overloaded as offset/64 for elt prims */ member
|
/external/libdrm/include/drm/ |
D | radeon_drm.h | 419 unsigned int numverts:16; /* overloaded as offset/64 for elt prims */ member
|