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

  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 29 last_put_sent_(0),
111 last_put_sent_ = put_;
117 if (usable() && last_put_sent_ != put_) {
119 last_put_sent_ = put_;
243 (put_ + total_entry_count_ - last_put_sent_) % total_entry_count_;
245 ((get_offset() == last_put_sent_) ? 16 : 2);
cmd_buffer_helper.h 255 int32 last_put_sent_; member in class:gpu::CommandBufferHelper

Completed in 99 milliseconds