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.cc 199 void CommandBufferHelper::WaitForAvailableEntries(int32 count) {
213 TRACE_EVENT0("gpu", "CommandBufferHelper::WaitForAvailableEntries");
269 WaitForAvailableEntries(entries);
cmd_buffer_helper.h 75 void WaitForAvailableEntries(int32 count);
cmd_buffer_helper_test.cc 243 helper_->WaitForAvailableEntries(5);
307 // Test that WaitForAvailableEntries allocates a new one

Completed in 326 milliseconds