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

  /external/chromium_org/cc/quads/
render_pass.h 64 static void CopyAll(const ScopedPtrVector<RenderPass>& in,
render_pass_unittest.cc 231 // Make a copy with CopyAll().
233 RenderPass::CopyAll(pass_list, &copy_list);
315 // Make a copy with CopyAll().
317 RenderPass::CopyAll(pass_list, &copy_list);
render_pass.cc 80 void RenderPass::CopyAll(const ScopedPtrVector<RenderPass>& in,
85 // Since we can't copy these, it's wrong to use CopyAll in a situation where
  /external/chromium_org/cc/output/
overlay_unittest.cc 332 RenderPass::CopyAll(pass_list, &original_pass_list);
358 RenderPass::CopyAll(pass_list, &original_pass_list);
388 RenderPass::CopyAll(pass_list, &original_pass_list);
508 RenderPass::CopyAll(pass_list, &original_pass_list);
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 118 RenderPass::CopyAll(frame_data->render_pass_list, &render_pass_list);
  /external/chromium_org/cc/surfaces/
surface_aggregator.cc 110 RenderPass::CopyAll(frame_data->render_pass_list, render_pass_list);

Completed in 719 milliseconds