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

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 295 struct PointState
299 PointState (void)
362 PointState point;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
Collision.java 99 public static final void getPointStates(final PointState[] state1, final PointState[] state2,
103 state1[i] = PointState.NULL_STATE;
104 state2[i] = PointState.NULL_STATE;
111 state1[i] = PointState.REMOVE_STATE;
115 state1[i] = PointState.PERSIST_STATE;
125 state2[i] = PointState.ADD_STATE;
129 state2[i] = PointState.PERSIST_STATE;
893 public static enum PointState {
    [all...]

Completed in 1964 milliseconds