Searched refs:setIndices (Results 1 - 25 of 29) sorted by relevance

12

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
H A DIndexData.java44 public void setIndices (short[] indices, int offset, int count); method in interface:IndexData
51 public void setIndices (ShortBuffer indices); method in interface:IndexData
62 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
H A DIndexArray.java69 public void setIndices (short[] indices, int offset, int count) { method in class:IndexArray
77 public void setIndices (ShortBuffer indices) { method in class:IndexArray
98 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
H A DIndexBufferObject.java109 public void setIndices (short[] indices, int offset, int count) { method in class:IndexBufferObject
123 public void setIndices (ShortBuffer indices) { method in class:IndexBufferObject
156 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
H A DIndexBufferObjectSubData.java115 public void setIndices (short[] indices, int offset, int count) { method in class:IndexBufferObjectSubData
129 public void setIndices (ShortBuffer indices) { method in class:IndexBufferObjectSubData
163 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
H A DIndexBufferObject.java99 public void setIndices (short[] indices, int offset, int count) { method in class:IndexBufferObject
111 public void setIndices (ShortBuffer indices) { method in class:IndexBufferObject
139 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtFace.java61 public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_int_t value) { method in class:btFace
H A DbtIndexedMesh.java204 setIndices(indices, indexOffset, indexCount);
303 public void setIndices(java.nio.ShortBuffer indices, int indexOffset, int indexCount) { method in class:btIndexedMesh
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DFloatTextureTest.java147 quad.setIndices(new short[] {0, 1, 2, 2, 3, 0});
161 screenQuad.setIndices(new short[] {0, 1, 2, 2, 3, 0});
H A DIndexBufferObjectShaderTest.java83 ibo.setIndices(new short[] {0, 1, 2}, 0, 3);
H A DMeshShaderTest.java56 mesh.setIndices(new short[] {0, 1, 2, 2, 3, 0});
H A DShaderMultitextureTest.java62 mesh.setIndices(indices);
H A DVertexBufferObjectShaderTest.java98 indices.setIndices(new short[] {0, 1, 2}, 0, 3);
H A DMipMapTest.java68 mesh.setIndices(new short[] {0, 1, 2, 3});
H A DVBOWithVAOPerformanceTest.java112 newVBOWithVAOMesh.setIndices(indexArray);
115 oldVBOWithVAOMesh.setIndices(indexArray);
H A DProjectiveTextureTest.java86 plane.setIndices(new short[] {3, 2, 1, 1, 0, 3});
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
H A DHullResult.java105 public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value) { method in class:HullResult
H A DPHullResult.java97 public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value) { method in class:PHullResult
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gles2/
H A DMipMap2D.java60 mesh.setIndices(indices);
H A DShapes.java62 mesh.setIndices(indices);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DMesh.java270 public Mesh setIndices (short[] indices) { method in class:Mesh
271 this.indices.setIndices(indices, 0, indices.length);
282 public Mesh setIndices (short[] indices, int offset, int count) { method in class:Mesh
283 this.indices.setIndices(indices, offset, count);
1084 result.setIndices(indices);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
H A DHeightField.java149 setIndices();
152 private void setIndices () { method in class:HeightField
171 mesh.setIndices(indices);
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
H A DbtTriangleIndexVertexArray.i21 void setIndices(short *indices, int indexOffset, int indexCount) {
182 setIndices(indices, indexOffset, indexCount);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
H A DDecalBatch.java110 mesh.setIndices(indices);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/voxel/
H A DVoxelWorld.java87 meshes[i].setIndices(indices);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DSpriteCache.java135 mesh.setIndices(indices);

Completed in 1544 milliseconds

12