Home
last modified time | relevance | path

Searched refs:GLState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvasImpl.java63 private final GLState mGLState;
91 mGLState = new GLState(gl); in GLCanvasImpl()
526 private static class GLState { class in GLCanvasImpl
537 public GLState(GL11 gl) { in GLState() method in GLCanvasImpl.GLState