HomeSort by relevance Sort by last modified time
    Searched defs:GLState (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 24 public class GLState {
31 private static GLState sGLState = new GLState();
374 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES2,
384 return glState;
388 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES1,
396 return glState;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 68 private GLState mGLState;
99 mGLState = new GLState(gl);
584 private static class GLState {
595 public GLState(GL11 gl) {
    [all...]

Completed in 635 milliseconds