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();
373 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES2,
383 return glState;
387 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES1,
395 return glState;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 22 import com.android.ide.eclipse.gltrace.state.GLState;
    [all...]

Completed in 103 milliseconds