Home | History | Annotate | Download | only in glrenderer

Lines Matching refs:ConfigState

74     private final ArrayList<ConfigState> mRestoreStack = new ArrayList<ConfigState>();
75 private ConfigState mRecycledRestoreAction;
768 ConfigState config = obtainRestoreConfig();
788 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1);
793 private void freeRestoreConfig(ConfigState action) {
798 private ConfigState obtainRestoreConfig() {
800 ConfigState result = mRecycledRestoreAction;
804 return new ConfigState();
807 private static class ConfigState {
810 ConfigState mNextFree;