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

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids.h17 const char* GetCommandName(CommandId command_id);
H A Dcmd_buffer_common.cc19 const char* GetCommandName(CommandId command_id) { function in namespace:gpu::cmd
H A Dgles2_cmd_format.cc17 const char* GetCommandName(CommandId id) { function in namespace:gpu::gles2
H A Dcmd_buffer_common.h173 const char* GetCommandName(CommandId id);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_mock.cc12 ON_CALL(*this, GetCommandName(testing::_))
H A Dcmd_parser.cc69 TRACE_EVENT_BEGIN0("cb_command", handler_->GetCommandName(header.command));
86 TRACE_EVENT_END0("cb_command", handler_->GetCommandName(header.command));
93 << handler_->GetCommandName(command_id);
H A Dcmd_parser.h96 virtual const char* GetCommandName(unsigned int command_id) const = 0;
H A Dgles2_cmd_decoder_mock.h87 MOCK_CONST_METHOD1(GetCommandName, const char*(unsigned int command_id));
H A Dmocks.h59 const char* GetCommandName(unsigned int command_id) const { function in class:gpu::AsyncAPIMock
H A Dcommon_decoder.cc83 return cmd::GetCommandName(command_id);
H A Dcommon_decoder_unittest.cc54 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE {
H A Dgles2_cmd_decoder.cc544 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE;
3488 const char* GLES2DecoderImpl::GetCommandName(unsigned int command_id) const { function in class:gpu::gles2::GLES2DecoderImpl
3490 return gles2::GetCommandName(static_cast<CommandId>(command_id));
3508 << GetCommandName(command);
3534 << GetCommandName(command);

Completed in 312 milliseconds