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

  /external/chromium_org/gpu/command_buffer/client/
share_group.cc 95 // 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;
query_tracker.cc 143 flush_count_ = gl->helper()->flush_generation();
172 if ((helper->flush_generation() - flush_count_ - 1) >= 0x80000000) {
cmd_buffer_helper.h 273 uint32 flush_generation() const { return flush_generation_; } function in class:gpu::CommandBufferHelper
query_tracker_unittest.cc 110 uint32 GetFlushGeneration() { return helper_->flush_generation(); }
172 // and updates flush_generation count
cmd_buffer_helper_test.cc 250 uint32 GetHelperFlushGeneration() { return helper_->flush_generation(); }

Completed in 49 milliseconds