Home
last modified time | relevance | path

Searched defs:VertexBufferObjectWithVAO (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
DVertexBufferObjectWithVAO.java35 public class VertexBufferObjectWithVAO implements VertexData { class
56 …public VertexBufferObjectWithVAO (boolean isStatic, int numVertices, VertexAttribute... attributes… in VertexBufferObjectWithVAO() method in VertexBufferObjectWithVAO
67 public VertexBufferObjectWithVAO (boolean isStatic, int numVertices, VertexAttributes attributes) { in VertexBufferObjectWithVAO() method in VertexBufferObjectWithVAO
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DVertexBufferObjectWithVAO.java35 public class VertexBufferObjectWithVAO implements VertexData { class
57 …public VertexBufferObjectWithVAO (boolean isStatic, int numVertices, VertexAttribute... attributes… in VertexBufferObjectWithVAO() method in VertexBufferObjectWithVAO
68 public VertexBufferObjectWithVAO (boolean isStatic, int numVertices, VertexAttributes attributes) { in VertexBufferObjectWithVAO() method in VertexBufferObjectWithVAO
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DMesh.java69 VertexArray, VertexBufferObject, VertexBufferObjectSubData, VertexBufferObjectWithVAO enumConstant