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

/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.cc41 helper_->WaitForToken(block.token);
H A Dcmd_buffer_helper_test.cc566 // Checks that the InsertToken/WaitForToken work.
583 helper_->WaitForToken(token);
595 // Checks WaitForToken doesn't Flush if token is already read.
612 helper_->WaitForToken(token);
616 helper_->WaitForToken(token);
623 helper_->WaitForToken(token);
648 helper_->WaitForToken(token);
H A Dcmd_buffer_helper.cc222 void CommandBufferHelper::WaitForToken(int32 token) { function in class:gpu::CommandBufferHelper
H A Dcmd_buffer_helper.h44 // helper.WaitForToken(token); // this doesn't return until the first two
103 void WaitForToken(int32 token);
H A Dfenced_allocator.cc201 helper_->WaitForToken(block.token);
H A Dgles2_implementation.cc952 helper_->WaitForToken(swap_buffers_tokens_.front());
3145 helper_->WaitForToken(rate_limit_tokens_.front());
3342 helper_->WaitForToken(swap_buffers_tokens_.front());
3490 helper_->WaitForToken(query->token());
3761 helper_->WaitForToken(buffer->last_usage_token());

Completed in 4091 milliseconds