Searched refs:WaitForAvailableEntries (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper.h78 void WaitForAvailableEntries(int32 count);
122 WaitForAvailableEntries(entries);
H A Dcmd_buffer_helper.cc241 void CommandBufferHelper::WaitForAvailableEntries(int32 count) { function in class:gpu::CommandBufferHelper
256 TRACE_EVENT0("gpu", "CommandBufferHelper::WaitForAvailableEntries");
H A Dcmd_buffer_helper_test.cc548 helper_->WaitForAvailableEntries(5);
652 // Test that WaitForAvailableEntries allocates a new one

Completed in 336 milliseconds