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

/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper_test.cc173 void TestCommandWrappingFull(int32 cmd_size, int32 start_commands) { argument
182 // Initially insert commands up to start_commands and Finish().
183 for (int32 ii = 0; ii < start_commands; ++ii) {
190 (start_commands * cmd_size) % kTotalNumCommandEntries);
192 (start_commands * cmd_size) % kTotalNumCommandEntries);
200 start_commands + ii + kUnusedCommandId,

Completed in 176 milliseconds