Home | History | Annotate | Download | only in command_buffer

Lines Matching refs:return_str

8392       return_str = "" if func.return_type == "void" else "return "
8394 (return_str, func.original_name,
8448 return_str = "" if func.return_type == "void" else "return "
8461 (return_str, func.GetPepperName(), arg))
8462 if return_str:
8463 file.Write(" %s0;\n" % return_str)
8466 (return_str, interface_str, func.GetPepperName(), arg))