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

/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper_test.cc47 last_flush_(-1),
54 last_flush_ = -1;
57 last_flush_ = put_offset;
68 if (last_flush_ != -1) {
69 CommandBufferService::Flush(last_flush_);
70 last_flush_ = -1;
77 int last_flush_; member in class:gpu::CommandBufferServiceLocked

Completed in 86 milliseconds