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

  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 76 void WaitForAvailableEntries(int32 count);
120 WaitForAvailableEntries(entries);
cmd_buffer_helper.cc 239 void CommandBufferHelper::WaitForAvailableEntries(int32 count) {
254 TRACE_EVENT0("gpu", "CommandBufferHelper::WaitForAvailableEntries");
cmd_buffer_helper_test.cc 547 helper_->WaitForAvailableEntries(5);
651 // Test that WaitForAvailableEntries allocates a new one

Completed in 111 milliseconds