HomeSort by relevance Sort by last modified time
    Searched refs:getNumIndices (Results 1 - 25 of 41) sorted by null

1 2

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
IndexData.java 27 public int getNumIndices ();
IndexArray.java 48 public int getNumIndices () {
IndexBufferObject.java 88 public int getNumIndices () {
IndexBufferObjectSubData.java 94 public int getNumIndices () {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java 318 int max = getNumIndices();
332 public int getNumIndices () {
333 return indices.getNumIndices();
381 if (indices.getNumIndices() > 0) indices.bind();
399 if (indices.getNumIndices() > 0) indices.unbind();
403 * Renders the mesh using the given primitive type. If indices are set for this mesh then getNumIndices() / #vertices per
422 render(shader, primitiveType, 0, indices.getNumMaxIndices() > 0 ? getNumIndices() : getNumVertices(), autoBind);
482 if (indices.getNumIndices() > 0) {
495 if (indices.getNumIndices() > 0)
616 final int numIndices = getNumIndices();
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
SpriteCache.java 171 int verticesPerImage = mesh.getNumIndices() > 0 ? 4 : 6;
250 int verticesPerImage = mesh.getNumIndices() > 0 ? 4 : 6;
285 if (mesh.getNumIndices() > 0) {
338 if (mesh.getNumIndices() > 0) {
396 if (mesh.getNumIndices() > 0) {
467 if (mesh.getNumIndices() > 0) {
611 if (mesh.getNumIndices() > 0) {
672 if (mesh.getNumIndices() > 0) {
802 if (mesh.getNumIndices() > 0) {
833 if (mesh.getNumIndices() > 0) {
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void)
253 DE_ASSERT(getNumIndices() == 0);
446 int numIndices = getNumIndices();
556 int numIndices = getNumIndices();
577 draw(0, getNumIndices());
602 int numIndices = getNumIndices();
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
IndexBufferObject.java 78 public int getNumIndices () {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
UnweightedMeshSpawnShapeValue.java 28 int indicesCount = mesh.getNumIndices();
WeightMeshSpawnShapeValue.java 38 int indicesCount = mesh.getNumIndices();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
RenderableShapeBuilder.java 123 if (mesh.getNumIndices() > 0) {
125 ensureIndicesCapacity(mesh.getNumIndices());
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 109 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) {
112 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 143 public int[] getNumIndices() {
PlanetsRenderer.java 204 int[] numIndices = mSpheres[i].getNumIndices();
408 int[] numIndices = mSpheres[i].getNumIndices();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
HeightMapTest.java 61 ground.meshPart.size = field.mesh.getNumIndices();
MeshBuilderTest.java 59 Mesh mesh = new Mesh(true, meshBuilder.getNumVertices(), meshBuilder.getNumIndices(), meshBuilder.getAttributes());
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btIndexedMesh.java 150 set(mesh, mesh, 0, mesh.getNumIndices());
157 set(tag, mesh, 0, mesh.getNumIndices());
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 767 if (GEP1->getNumIndices() != GEP2->getNumIndices() ||
768 GEP1->getNumIndices() < 2)
795 assert(GEP1->getNumIndices() > 1 && "Not enough GEP indices to examine");
800 for (unsigned i = 1, e = GEP1->getNumIndices() - 1; i != e; ++i) {
    [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 67 static inline int getNumIndices (int gridSizeX, int gridSizeY)
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
ModelCache.java 283 meshBuilder.getNumIndices()));
303 meshBuilder.getNumIndices()));
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btTriangleIndexVertexArray.i 128 set(mesh, mesh, 0, mesh.getNumIndices());
135 set(tag, mesh, 0, mesh.getNumIndices());
  /external/llvm/unittests/IR/
InstructionsTest.cpp 359 EXPECT_EQ(GepII0->getNumIndices(), 1u);
360 EXPECT_EQ(GepII1->getNumIndices(), 1u);
361 EXPECT_EQ(GepII2->getNumIndices(), 1u);
362 EXPECT_EQ(GepII3->getNumIndices(), 1u);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
SoftBodyTest.java 123 new MeshPart("", mesh, 0, mesh.getNumIndices(), GL20.GL_TRIANGLES),
  /external/llvm/include/llvm/IR/
Operator.h 410 unsigned getNumIndices() const { // Note: always non-negative
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
680 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
    [all...]

Completed in 598 milliseconds

1 2