Home
last modified time | relevance | path

Searched defs:numIndices (Results 1 – 25 of 26) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_set.cpp42 GUINT numIndices = endIndex-startIndex; in _calc_splitting_axis() local
72 GUINT numIndices = endIndex - startIndex; in _sort_and_calc_splitting_index() local
DbtGImpactBvh.cpp75 int numIndices = endIndex-startIndex; in _calc_splitting_axis() local
105 int numIndices = endIndex - startIndex; in _sort_and_calc_splitting_index() local
DbtGImpactQuantizedBvh.cpp96 int numIndices = endIndex-startIndex; in _calc_splitting_axis() local
126 int numIndices = endIndex - startIndex; in _sort_and_calc_splitting_index() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtShapeHull.cpp115 btShapeHull::numIndices () const in numIndices() function in btShapeHull
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtShapeHull.java77 public int numIndices() { in numIndices() method in btShapeHull
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp446 int numIndices = getNumIndices(); in init() local
556 int numIndices = getNumIndices(); in draw() local
602 int numIndices = getNumIndices(); in renderWithoutRestart() local
Des3fFragmentOutputTests.cpp557 const int numIndices = numQuads*6; in iterate() local
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp101 int numIndices = gridSizeX * gridSizeY * numIndicesPerQuad; in generateIndices() local
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render() local
DglsRandomShaderCase.cpp206 int numIndices = numQuads*6; in init() local
DglsBufferTestUtil.cpp751 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) in execVertexFetch()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DMeshBuilder.java405 public void ensureIndices (int numIndices) { in ensureIndices()
410 public void ensureCapacity (int numVertices, int numIndices) { in ensureCapacity()
738 public void addMesh (Mesh mesh, int indexOffset, int numIndices) { in addMesh()
760 public void addMesh (float[] vertices, short[] indices, int indexOffset, int numIndices) { in addMesh()
DMeshPartBuilder.java75 public void ensureIndices (int numIndices); in ensureIndices()
81 public void ensureCapacity (int numVertices, int numIndices); in ensureCapacity()
177 public void addMesh (Mesh mesh, int indexOffset, int numIndices); in addMesh()
191 public void addMesh (float[] vertices, short[] indices, int indexOffset, int numIndices); in addMesh()
/external/skia/src/gpu/
DGrRecordReplaceDraw.cpp62 const int* opIndices, int numIndices) in ReplaceDraw()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtQuantizedBvh.cpp142 int numIndices =endIndex-startIndex; in buildTree() local
252 int numIndices = endIndex - startIndex; in sortAndCalcSplittingIndex() local
308 int numIndices = endIndex-startIndex; in calcSplittingAxis() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DMesh.java616 final int numIndices = getNumIndices(); in extendBoundingBox() local
694 int numIndices = getNumIndices(); in calculateRadiusSquared() local
1042 int numIndices = getNumIndices(); in copy() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
DModel.java236 int numIndices = 0; in convertMesh() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
DObjLoader.java232 final int numIndices = numFaces * 3 >= Short.MAX_VALUE ? 0 : numFaces * 3; in loadModelData() local
/external/skia/src/gpu/batches/
DGrAAConvexTessellator.h49 int numIndices() const { return fIndices.count(); } in numIndices() function
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DHeightField.java144 final int numIndices = (width - 1) * (height - 1) * 6; in HeightField() local
/external/deqp/framework/opengl/
DgluDrawUtil.cpp373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp562 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) in execVertexFetch()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorldImporter.cpp803 int numIndices = curNewPart->m_numTriangles * 3; in createStridingMeshInterfaceData() local
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp96 … (const glw::Functions& gl, deUint32 program, const char* varPrefix, int numIndices, const int* in… in uploadUniformIndices()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp226 static void uploadUniformIndices (UniformSetup* uniformSetup, int numIndices, const int* indices, d… in uploadUniformIndices()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.cpp1569 int numIndices = curNewPart->m_numTriangles * 3; in createStridingMeshInterfaceData() local

12