Searched defs:last_token_read (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.cc107 unsigned int last_token_read = helper_->last_token_read(); local
110 if (block.token > last_token_read || block.state == IN_USE) break;
H A Dcmd_buffer_helper.h95 return last_token_read() >= token;
181 int32 last_token_read() const { function in class:gpu::CommandBufferHelper

Completed in 646 milliseconds