GetCommandName 177 gpu/command_buffer/common/cmd_buffer_common.h const char* GetCommandName(CommandId id); GetCommandName 17 gpu/command_buffer/common/gles2_cmd_ids.h const char* GetCommandName(CommandId command_id); GetCommandName 64 gpu/command_buffer/service/cmd_parser.cc handler_->GetCommandName(header.command)); GetCommandName 86 gpu/command_buffer/service/cmd_parser.cc << handler_->GetCommandName(command_id); GetCommandName 95 gpu/command_buffer/service/cmd_parser.h virtual const char* GetCommandName(unsigned int command_id) const = 0; GetCommandName 80 gpu/command_buffer/service/common_decoder.cc return cmd::GetCommandName(command_id); GetCommandName 581 gpu/command_buffer/service/gles2_cmd_decoder.cc virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE; GetCommandName 3630 gpu/command_buffer/service/gles2_cmd_decoder.cc return gles2::GetCommandName(static_cast<CommandId>(command_id)); GetCommandName 3648 gpu/command_buffer/service/gles2_cmd_decoder.cc << GetCommandName(command); GetCommandName 3660 gpu/command_buffer/service/gles2_cmd_decoder.cc gpu_tracer_->Begin(GetCommandName(command), kTraceDecoder); GetCommandName 3686 gpu/command_buffer/service/gles2_cmd_decoder.cc << GetCommandName(command); GetCommandName 12 gpu/command_buffer/service/gles2_cmd_decoder_mock.cc ON_CALL(*this, GetCommandName(testing::_)) GetCommandName 91 gpu/command_buffer/service/gles2_cmd_decoder_mock.h MOCK_CONST_METHOD1(GetCommandName, const char*(unsigned int command_id)); GetCommandName 59 gpu/command_buffer/service/mocks.h const char* GetCommandName(unsigned int command_id) const {