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

/external/chromium_org/gpu/command_buffer/client/
H A Dshare_group.cc95 // Collect pending FreeIds from other flush_generation.
127 // Collect pending FreeIds from other flush_generation.
130 // Save Ids to free in a later flush_generation.
169 uint32 flush_generation = gl_impl->helper()->flush_generation(); local
173 if (ctxt_data->flush_generation_ != flush_generation) {
174 ctxt_data->flush_generation_ = flush_generation;
H A Dquery_tracker.cc143 flush_count_ = gl->helper()->flush_generation();
172 if ((helper->flush_generation() - flush_count_ - 1) >= 0x80000000) {
H A Dcmd_buffer_helper.h275 uint32 flush_generation() const { return flush_generation_; } function in class:gpu::CommandBufferHelper
H A Dquery_tracker_unittest.cc110 uint32 GetFlushGeneration() { return helper_->flush_generation(); }
172 // and updates flush_generation count
H A Dcmd_buffer_helper_test.cc251 uint32 GetHelperFlushGeneration() { return helper_->flush_generation(); }

Completed in 759 milliseconds