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

  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.cc 14 CommandParser::CommandParser(AsyncAPIInterface* handler)
22 void CommandParser::SetBuffer(
47 error::Error CommandParser::ProcessCommands(int num_commands) {
63 error::Error CommandParser::ProcessAllCommands() {
cmd_parser_test.cc 23 // Test fixture for CommandParser test - Creates a mock AsyncAPIInterface, and
25 // CommandParser.
45 CommandParser *MakeParser(unsigned int entry_count) {
51 CommandParser* parser = new CommandParser(api_mock());
69 scoped_ptr<CommandParser> parser(MakeParser(10));
77 scoped_ptr<CommandParser> parser(MakeParser(10));
110 scoped_ptr<CommandParser> parser(MakeParser(10));
154 error::kNoError, CommandParser::kParseCommandsSlice, 4, 4);
162 scoped_ptr<CommandParser> parser(MakeParser(5))
    [all...]
cmd_parser.h 20 class GPU_EXPORT CommandParser {
24 explicit CommandParser(AsyncAPIInterface* handler);
gpu_scheduler.h 103 CommandParser* parser() const {
123 // pointer to the decoder, it is only used to initialize the CommandParser,
130 scoped_ptr<CommandParser> parser_;
gpu_scheduler.cc 81 error = parser_->ProcessCommands(CommandParser::kParseCommandsSlice);
198 parser_.reset(new CommandParser(handler_));
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc 125 const CommandParser* GetParser() const {

Completed in 194 milliseconds