Home
last modified time | relevance | path

Searched defs:GetCommandName (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format.cc17 const char* GetCommandName(CommandId id) { in GetCommandName() function
Dcmd_buffer_common.cc19 const char* GetCommandName(CommandId command_id) { in GetCommandName() function
/external/chromium_org/gpu/command_buffer/service/
Dmocks.h59 const char* GetCommandName(unsigned int command_id) const { in GetCommandName() function
Dcommon_decoder_unittest.cc54 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE { in GetCommandName() function in gpu::TestCommonDecoder
Dgles2_cmd_decoder.cc3581 const char* GLES2DecoderImpl::GetCommandName(unsigned int command_id) const { in GetCommandName() function in gpu::gles2::GLES2DecoderImpl