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

  /external/mesa3d/src/mesa/state_tracker/
st_debug.h 49 #define DEBUG_DRAW 0x100
st_debug.c 57 { "draw", DEBUG_DRAW, NULL },
st_draw.c 260 if (ST_DEBUG & DEBUG_DRAW) {
335 if (ST_DEBUG & DEBUG_DRAW) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 61 public static final boolean DEBUG_DRAW = false; // DEBUG
826 if (SHOW_TOUCHES || DEBUG_DRAW) invalidate();
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 138 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV;
    [all...]
View.java     [all...]

Completed in 73 milliseconds