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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_mock.cc20 error::Error MockGLES2Decoder::FakeDoCommands(unsigned int num_commands, argument
25 num_commands, buffer, num_entries, entries_processed);
H A Dmocks.cc27 error::Error AsyncAPIMock::FakeDoCommands(unsigned int num_commands, argument
32 num_commands, buffer, num_entries, entries_processed);
H A Dcmd_parser.cc47 error::Error CommandParser::ProcessCommands(int num_commands) { argument
52 num_commands, buffer_ + get_, num_entries, &entries_processed);
76 error::Error AsyncAPIInterface::DoCommands(unsigned int num_commands, argument
80 int commands_to_process = num_commands;
H A Dcmd_parser.h60 error::Error ProcessCommands(int num_commands);
95 // num_commands: maximum number of commands to execute from buffer.
99 virtual error::Error DoCommands(unsigned int num_commands,
H A Dmocks.h32 error::Error FakeDoCommands(unsigned int num_commands,
65 error::Error(unsigned int num_commands,
H A Dgles2_cmd_decoder_mock.h36 error::Error FakeDoCommands(unsigned int num_commands,
95 error::Error(unsigned int num_commands,
H A Dcmd_parser_test.cc36 unsigned int num_commands,
39 EXPECT_CALL(*api_mock_, DoCommands(num_commands, _, num_entries, _))
35 AddDoCommandsExpect(error::Error _return, unsigned int num_commands, int num_entries, int num_processed) argument
H A Dgles2_cmd_decoder_unittest.cc1333 void SetExpectationsForNCommands(int num_commands) { argument
1334 for (int i = 0; i < num_commands; i++)
H A Dgles2_cmd_decoder.cc568 virtual error::Error DoCommands(unsigned int num_commands,
574 error::Error DoCommandsImpl(unsigned int num_commands,
3776 error::Error GLES2DecoderImpl::DoCommandsImpl(unsigned int num_commands, argument
3780 commands_to_process_ = num_commands;
3879 error::Error GLES2DecoderImpl::DoCommands(unsigned int num_commands, argument
3885 num_commands, buffer, num_entries, entries_processed);
3888 num_commands, buffer, num_entries, entries_processed);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dstroker.c78 VGint num_commands; member in struct:stroke_iterator
97 if (itr->position >= itr->num_commands)
124 if (itr->position >= itr->num_commands)
157 if (it->position == it->num_commands -1)
166 return itr->position < (itr->num_commands - 1);
201 itr->num_commands = cmds->num_elements;
227 itr->position = itr->num_commands - 1;
294 || itr->position < (itr->num_commands - 1);
307 if (itr->curve_index <= -1 && itr->position >= itr->num_commands)
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c78 VGint num_commands; member in struct:stroke_iterator
97 if (itr->position >= itr->num_commands)
124 if (itr->position >= itr->num_commands)
157 if (it->position == it->num_commands -1)
166 return itr->position < (itr->num_commands - 1);
201 itr->num_commands = cmds->num_elements;
227 itr->position = itr->num_commands - 1;
294 || itr->position < (itr->num_commands - 1);
307 if (itr->curve_index <= -1 && itr->position >= itr->num_commands)
/external/lldb/source/Target/
H A DTarget.cpp2252 uint32_t num_commands = m_commands.GetSize(); local
2253 for (uint32_t i = 0; i < num_commands; i++)

Completed in 223 milliseconds