Home | History | Annotate | Download | only in command_buffer

Lines Matching refs:comma

3097     comma = ""
3099 comma = " << "
3102 (func.original_name, comma, func.MakeLogArgString()))
4263 cmd.Init(%(args)s%(comma)skNewClientId);
4269 comma = ""
4271 comma =", "
4273 'comma': comma,
4281 cmd.Init(%(args)s%(comma)skNewClientId);
4286 'comma': comma,
5657 cmd.Init(%(args)s%(comma)sshared_memory_id_, shared_memory_offset_);
5662 comma = ""
5664 comma =", "
5666 'comma': comma,
5674 cmd.Init(%(args)s%(comma)sshared_memory_id_, shared_memory_offset_);
5679 'comma': comma,
5687 cmd.Init(%(args)s%(comma)skInvalidSharedMemoryId, shared_memory_offset_);
5689 cmd.Init(%(args)s%(comma)sshared_memory_id_, kInvalidSharedMemoryOffset);
5694 'comma': comma,
5742 comma = ""
5744 comma = ", "
5747 (func.name, arg_string, comma))
6796 """Adds a comma if arg_string is not empty and add_comma is true."""
6797 comma = ""
6799 comma = ", "
6800 return "%s%s" % (comma, arg_string)