Home
last modified time | relevance | path

Searched refs:has_different_protocol (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
Dgl_procs.py103 if func.has_different_protocol(n):
118 …if (not func.is_static_entry_point(func.name)) or (func.has_different_protocol(n) and not func.is_…
127 …if (not func.is_static_entry_point(func.name)) or (func.has_different_protocol(n) and not func.is_…
Dgl_SPARC_asm.py238 if f.has_different_protocol(n):
Dgl_x86_asm.py212 if f.has_different_protocol(n):
DglX_XML.py510 def has_different_protocol(self, name): member in glx_function
524 if self.has_different_protocol(name):
Dgl_x86-64_asm.py279 if f.has_different_protocol(n):
DglX_proto_send.py382 if func.has_different_protocol(n):
434 if func.has_different_protocol(name):
1104 if func.has_different_protocol(n):
Dgl_apitemp.py256 if func.has_different_protocol(name):
/external/mesa3d/src/mapi/
Dmapi_abi.py153 'handcode': bool(func.has_different_protocol(name)),