Home
last modified time | relevance | path

Searched defs:decal (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DSimpleDecalTest.java58 Decal decal = Decal.newDecal(1, 1, textures[1]); in create() local
88 Decal decal = decals.get(i); in render() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
DCameraGroupStrategy.java125 public int decideGroup (Decal decal) { in decideGroup()
136 Decal decal = contents.get(i); in beforeGroup() local
DGroupStrategy.java52 public int decideGroup (Decal decal); in decideGroup()
DSimpleOrthoGroupStrategy.java75 public int decideGroup (Decal decal) { in decideGroup()
DDecalBatch.java121 public void add (Decal decal) { in add()
DDecal.java669 Decal decal = new Decal(); in newDecal() local
689 Decal decal = new Decal(material); in newDecal() local