Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DPixmap.java73 public static int toGlFormat (Format format) { in toGlFormat() method in Pixmap.Format
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
DPixmap.java46 public static int toGlFormat (Format format) { in toGlFormat() method in Pixmap.Format
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DGdx2DPixmap.java43 public static int toGlFormat (int format) { in toGlFormat() method in Gdx2DPixmap