Searched refs:last_pass (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxstats.h35 void stats_close(stats_io_t *stats, int last_pass);
H A Dvpxstats.c79 void stats_close(stats_io_t *stats, int last_pass) { argument
81 if (stats->pass == last_pass) {
92 if (stats->pass == last_pass)
/external/libvpx/libvpx/
H A Dvpxstats.h35 void stats_close(stats_io_t *stats, int last_pass);
H A Dvpxstats.c79 void stats_close(stats_io_t *stats, int last_pass) { argument
81 if (stats->pass == last_pass) {
92 if (stats->pass == last_pass)
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator.cc218 const RenderPass& last_pass = *render_pass_list.back(); local
221 const QuadList& quads = last_pass.quad_list;
225 last_pass.shared_quad_state_list,
230 RenderPassId remapped_pass_id = RemapPassId(last_pass.id, surface_id);
253 DamageRectForSurface(surface, last_pass)));

Completed in 152 milliseconds