Searched refs:GLState (Results 1 – 1 of 1) sorted by relevance
63 private final GLState mGLState;91 mGLState = new GLState(gl); in GLCanvasImpl()526 private static class GLState { class in GLCanvasImpl537 public GLState(GL11 gl) { in GLState() method in GLCanvasImpl.GLState