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

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids.h 17 const char* GetCommandName(CommandId command_id);
cmd_buffer_common.cc 19 const char* GetCommandName(CommandId command_id) {
gles2_cmd_format.cc 17 const char* GetCommandName(CommandId id) {
cmd_buffer_common.h 173 const char* GetCommandName(CommandId id);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_mock.cc 12 ON_CALL(*this, GetCommandName(testing::_))
cmd_parser.h 95 virtual const char* GetCommandName(unsigned int command_id) const = 0;
cmd_parser.cc 64 handler_->GetCommandName(header.command));
86 << handler_->GetCommandName(command_id);
mocks.h 59 const char* GetCommandName(unsigned int command_id) const {
gles2_cmd_decoder_mock.h 87 MOCK_CONST_METHOD1(GetCommandName, const char*(unsigned int command_id));
common_decoder.cc 83 return cmd::GetCommandName(command_id);
common_decoder_unittest.cc 54 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE {
gles2_cmd_decoder.cc 566 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE;
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]

Completed in 98 milliseconds