HomeSort by relevance Sort by last modified time
    Searched refs:disableVertexAttribute (Results 1 - 7 of 7) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
VertexArray.java 157 shader.disableVertexAttribute(attributes.get(i).alias);
162 if (location >= 0) shader.disableVertexAttribute(location);
VertexBufferObject.java 234 shader.disableVertexAttribute(attributes.get(i).alias);
239 if (location >= 0) shader.disableVertexAttribute(location);
VertexBufferObjectSubData.java 207 shader.disableVertexAttribute(attributes.get(i).alias);
212 if (location >= 0) shader.disableVertexAttribute(location);
VertexBufferObjectWithVAO.java 206 shaderProgram.disableVertexAttribute(location);
ShaderProgram.java 711 public void disableVertexAttribute (String name) {
719 public void disableVertexAttribute (int location) {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
VertexBufferObject.java 201 shader.disableVertexAttribute(attributes.get(i).alias);
207 shader.disableVertexAttribute(location);
VertexBufferObjectWithVAO.java 202 shaderProgram.disableVertexAttribute(location);

Completed in 1060 milliseconds