HomeSort by relevance Sort by last modified time
    Searched defs:setIndices (Results 1 - 25 of 26) sorted by null

1 2

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
IndexData.java 44 public void setIndices (short[] indices, int offset, int count);
51 public void setIndices (ShortBuffer indices);
62 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
IndexArray.java 69 public void setIndices (short[] indices, int offset, int count) {
77 public void setIndices (ShortBuffer indices) {
98 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
IndexBufferObject.java 109 public void setIndices (short[] indices, int offset, int count) {
123 public void setIndices (ShortBuffer indices) {
156 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
IndexBufferObjectSubData.java 115 public void setIndices (short[] indices, int offset, int count) {
129 public void setIndices (ShortBuffer indices) {
163 * If you need immediate uploading use {@link #setIndices(short[], int, int)}.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
FloatTextureTest.java 147 quad.setIndices(new short[] {0, 1, 2, 2, 3, 0});
161 screenQuad.setIndices(new short[] {0, 1, 2, 2, 3, 0});
IndexBufferObjectShaderTest.java 83 ibo.setIndices(new short[] {0, 1, 2}, 0, 3);
MeshShaderTest.java 56 mesh.setIndices(new short[] {0, 1, 2, 2, 3, 0});
MipMapTest.java 68 mesh.setIndices(new short[] {0, 1, 2, 3});
VertexBufferObjectShaderTest.java 98 indices.setIndices(new short[] {0, 1, 2}, 0, 3);
ProjectiveTextureTest.java 86 plane.setIndices(new short[] {3, 2, 1, 1, 0, 3});
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
IndexBufferObject.java 99 public void setIndices (short[] indices, int offset, int count) {
111 public void setIndices (ShortBuffer indices) {
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/
btFace.java 61 public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_int_t value) {
btIndexedMesh.java 204 setIndices(indices, indexOffset, indexCount);
303 public void setIndices(java.nio.ShortBuffer indices, int indexOffset, int indexCount) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
HullResult.java 105 public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value) {
PHullResult.java 97 public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/voxel/
VoxelWorld.java 87 meshes[i].setIndices(indices);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java 270 public Mesh setIndices (short[] indices) {
271 this.indices.setIndices(indices, 0, indices.length);
282 public Mesh setIndices (short[] indices, int offset, int count) {
283 this.indices.setIndices(indices, offset, count);
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
HeightField.java 149 setIndices();
152 private void setIndices () {
171 mesh.setIndices(indices);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PolygonSpriteBatch.java     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 247 mesh.setIndices(indices.items, 0, indices.size);
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 

Completed in 704 milliseconds

1 2