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

  /external/chromium_org/cc/output/
delegating_renderer.cc 126 CompositorFrame compositor_frame; local
127 compositor_frame.metadata = metadata;
128 compositor_frame.delegated_frame_data = delegated_frame_data_.Pass();
129 output_surface_->SwapBuffers(&compositor_frame);
software_renderer.cc 9 #include "cc/output/compositor_frame.h"
120 CompositorFrame compositor_frame; local
121 compositor_frame.metadata = metadata;
122 compositor_frame.software_frame_data = current_frame_data_.Pass();
123 output_surface_->SwapBuffers(&compositor_frame);
gl_renderer.cc 21 #include "cc/output/compositor_frame.h"
2114 CompositorFrame compositor_frame; local
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 114 cc/output/compositor_frame.cc \
cc.target.darwin-mips.mk 114 cc/output/compositor_frame.cc \
cc.target.darwin-x86.mk 114 cc/output/compositor_frame.cc \
cc.target.linux-arm.mk 114 cc/output/compositor_frame.cc \
cc.target.linux-mips.mk 114 cc/output/compositor_frame.cc \
cc.target.linux-x86.mk 114 cc/output/compositor_frame.cc \

Completed in 139 milliseconds