OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexBufferObjectSubData
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
IndexBufferObjectSubData.java
47
public class
IndexBufferObjectSubData
implements IndexData {
60
public
IndexBufferObjectSubData
(boolean isStatic, int maxIndices) {
74
public
IndexBufferObjectSubData
(int maxIndices) {
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
VBOWithVAOPerformanceTest.java
28
import com.badlogic.gdx.graphics.glutils.
IndexBufferObjectSubData
;
93
IndexBufferObjectSubData
newIndices = new
IndexBufferObjectSubData
(false, maxIndices);
94
IndexBufferObjectSubData
oldIndices = new
IndexBufferObjectSubData
(false, maxIndices);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java
29
import com.badlogic.gdx.graphics.glutils.
IndexBufferObjectSubData
;
161
indices = new
IndexBufferObjectSubData
(isStatic, maxIndices);
166
indices = new
IndexBufferObjectSubData
(isStatic, maxIndices);
[
all
...]
Completed in 497 milliseconds