Home
last modified time | relevance | path

Searched refs:non_occluding_screen_space_rects (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/debug/
Ddebug_rect_history.h83 const std::vector<gfx::Rect>& non_occluding_screen_space_rects,
101 const std::vector<gfx::Rect>& non_occluding_screen_space_rects);
Ddebug_rect_history.cc33 const std::vector<gfx::Rect>& non_occluding_screen_space_rects, in SaveDebugRectsForCurrentFrame() argument
67 SaveNonOccludingRects(non_occluding_screen_space_rects); in SaveDebugRectsForCurrentFrame()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.h166 std::vector<gfx::Rect> non_occluding_screen_space_rects; member
Dlayer_tree_host_impl.cc770 &frame->non_occluding_screen_space_rects); in CalculateRenderPasses()
1454 frame->non_occluding_screen_space_rects, in DrawLayers()