HomeSort by relevance Sort by last modified time
    Searched full:debug_state (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/cc/debug/
debug_rect_history.cc 30 const LayerTreeDebugState& debug_state) {
35 if (debug_state.show_touch_event_handler_rects)
38 if (debug_state.show_wheel_event_handler_rects)
41 if (debug_state.show_non_fast_scrollable_rects)
44 if (debug_state.show_paint_rects)
47 if (debug_state.show_property_changed_rects)
50 if (debug_state.show_surface_damage_rects)
53 if (debug_state.show_screen_space_rects)
56 if (debug_state.show_occluding_rects)
59 if (debug_state.show_non_occluding_rects
    [all...]
debug_rect_history.h 82 const LayerTreeDebugState& debug_state);
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 338 cc::LayerTreeDebugState current = layer_tree_host_->debug_state();
499 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
500 debug_state.show_fps_counter = show;
501 layer_tree_host_->SetDebugState(debug_state);
505 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
506 debug_state.show_paint_rects = show;
507 layer_tree_host_->SetDebugState(debug_state);
511 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state() local
517 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
523 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 40 static final boolean DEBUG_STATE = false;
352 if (DEBUG_STATE) Slog.v(TAG, "**** ROTATION: " + delta);
392 if (DEBUG_STATE) Slog.v(TAG, "Creating start and finish animations");
412 if (DEBUG_STATE) Slog.v(TAG, "Rotation delta: " + delta + " finalWidth="
478 if (DEBUG_STATE) Slog.v(TAG, "Initializing start and finish animations");
531 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i(
555 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i(
562 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i(
595 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i(
602 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i
    [all...]
  /external/chromium_org/cc/layers/
heads_up_display_layer.cc 33 if (layer_tree_host()->debug_state().ShowHudRects()) {
picture_layer.cc 79 host->debug_state().slow_down_raster_scale_factor);
81 host->debug_state().show_picture_borders);
heads_up_display_layer_impl.cc 181 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
188 if (debug_state.show_fps_counter) {
194 if (debug_state.continuous_painting) {
208 if (debug_state.ShowMemoryStats()) {
222 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
224 if (debug_state.ShowHudRects())
228 if (debug_state.continuous_painting) {
231 } else if (debug_state.show_fps_counter)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_debug.h 35 #define DEBUG_STATE 0x10
svga_screen.c 50 { "state", DEBUG_STATE, NULL },
  /external/mesa3d/src/gallium/drivers/svga/
svga_debug.h 35 #define DEBUG_STATE 0x10
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_vtbl.c 358 if (INTEL_DEBUG & DEBUG_STATE)
362 if (INTEL_DEBUG & DEBUG_STATE)
368 if (INTEL_DEBUG & DEBUG_STATE)
374 if (INTEL_DEBUG & DEBUG_STATE)
381 if (INTEL_DEBUG & DEBUG_STATE)
390 if (INTEL_DEBUG & DEBUG_STATE)
435 if (INTEL_DEBUG & DEBUG_STATE)
486 if (INTEL_DEBUG & DEBUG_STATE)
493 if (INTEL_DEBUG & DEBUG_STATE)
499 if (INTEL_DEBUG & DEBUG_STATE)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_vtbl.c 358 if (INTEL_DEBUG & DEBUG_STATE)
362 if (INTEL_DEBUG & DEBUG_STATE)
368 if (INTEL_DEBUG & DEBUG_STATE)
374 if (INTEL_DEBUG & DEBUG_STATE)
381 if (INTEL_DEBUG & DEBUG_STATE)
390 if (INTEL_DEBUG & DEBUG_STATE)
435 if (INTEL_DEBUG & DEBUG_STATE)
486 if (INTEL_DEBUG & DEBUG_STATE)
493 if (INTEL_DEBUG & DEBUG_STATE)
499 if (INTEL_DEBUG & DEBUG_STATE)
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.h 203 void SetDebugState(const LayerTreeDebugState& debug_state);
204 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHost
layer_tree_impl.h 87 const LayerTreeDebugState& debug_state() const;
layer_tree_impl.cc 512 const LayerTreeDebugState& LayerTreeImpl::debug_state() const { function in class:cc::LayerTreeImpl
513 return layer_tree_host_impl_->debug_state();
layer_tree_host.cc 574 void LayerTreeHost::SetDebugState(const LayerTreeDebugState& debug_state) {
576 LayerTreeDebugState::Unite(settings_.initial_debug_state, debug_state);
    [all...]
layer_tree_host_unittest_context.cc 1197 LayerTreeDebugState debug_state; variable
1199 layer_tree_host()->SetDebugState(debug_state); variable
    [all...]
layer_tree_host_impl.h 328 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHostImpl
  /external/chromium_org/ui/compositor/
compositor.cc 758 return host_->debug_state();
762 const cc::LayerTreeDebugState& debug_state) {
763 host_->SetDebugState(debug_state);
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 46 #define DEBUG_STATE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_cache.c 51 #define FILE_DEBUG_FLAG DEBUG_STATE
brw_state_upload.c 505 if (unlikely(INTEL_DEBUG & DEBUG_STATE)) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_cache.c 51 #define FILE_DEBUG_FLAG DEBUG_STATE
brw_state_upload.c 505 if (unlikely(INTEL_DEBUG & DEBUG_STATE)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.h 433 #define DEBUG_STATE 0x2

Completed in 1676 milliseconds

1 2