OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TexCoords
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
VertexAttribute.java
85
public static VertexAttribute
TexCoords
(int unit) {
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
MeshShaderTest.java
53
mesh = new Mesh(true, 4, 6, VertexAttribute.Position(), VertexAttribute.ColorUnpacked(), VertexAttribute.
TexCoords
(0));
VBOWithVAOPerformanceTest.java
88
VertexAttribute[] vertexAttributes = new VertexAttribute[] {VertexAttribute.Position(), VertexAttribute.ColorUnpacked(), VertexAttribute.
TexCoords
(0)};
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/
GwtTest.java
66
mesh = new Mesh(VertexDataType.VertexBufferObject, true, 6, 0, VertexAttribute.Position(), VertexAttribute.
TexCoords
(0));
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
G3dModelLoader.java
163
vertexAttributes.add(VertexAttribute.
TexCoords
(unit++));
Completed in 490 milliseconds