Searched refs:retval_assign (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_recv.py | 225 def emit_function_call(self, f, retval_assign, indent): argument 241 print '%s %sCALL_%s( GET_DISPATCH(), (' % (indent, retval_assign, f.name) 245 print '%s %sCALL_%s( GET_DISPATCH(), () );' % (indent, retval_assign, f.name) 405 retval_assign = "retval = " 408 retval_assign = "" 455 self.emit_function_call(f, retval_assign, " ")
|