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

  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.cc 38 helper_->WaitForToken(block.token);
cmd_buffer_helper.cc 174 void CommandBufferHelper::WaitForToken(int32 token) {
cmd_buffer_helper.h 33 // helper.WaitForToken(token); // this doesn't return until the first two
91 void WaitForToken(int32 token);
cmd_buffer_helper_test.cc 261 // Checks that the InsertToken/WaitForToken work.
278 helper_->WaitForToken(token);
303 helper_->WaitForToken(token);
fenced_allocator.cc 199 helper_->WaitForToken(block.token);
gles2_implementation.cc 914 helper_->WaitForToken(swap_buffers_tokens_.front());
    [all...]

Completed in 2870 milliseconds