OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableVertexAttribute
(Results
1 - 8
of
8
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
VertexArray.java
111
shader.
enableVertexAttribute
(location);
128
shader.
enableVertexAttribute
(location);
VertexBufferObject.java
200
shader.
enableVertexAttribute
(location);
211
shader.
enableVertexAttribute
(location);
VertexBufferObjectSubData.java
174
shader.
enableVertexAttribute
(location);
184
shader.
enableVertexAttribute
(location);
VertexBufferObjectWithVAO.java
190
shader.
enableVertexAttribute
(location);
ShaderProgram.java
728
public void
enableVertexAttribute
(String name) {
736
public void
enableVertexAttribute
(int location) {
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
VertexBufferObject.java
159
shader.
enableVertexAttribute
(location);
174
shader.
enableVertexAttribute
(location);
VertexBufferObjectWithVAO.java
186
shader.
enableVertexAttribute
(location);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
VBOWithVAOPerformanceTest.java
426
shader.
enableVertexAttribute
(location);
437
shader.
enableVertexAttribute
(location);
Completed in 61 milliseconds