HomeSort by relevance Sort by last modified time
    Searched refs: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();
350 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES2,
360 return glState;
364 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES1,
372 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 430 milliseconds