Searched refs:common_emit_args (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 511 def common_emit_args(self, f, pc, adjust, skip_vla): member in PrintGlxProtoStubs 761 self.common_emit_args(f, "pc", 0, 0) 934 self.common_emit_args(f, "gc->pc", 4, 0) 943 self.common_emit_args(f, "pc", 8, 1)
|