Searched refs:command_fixed_length (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_XML.py319 def command_fixed_length(self): member in class:glx_function
365 size = self.command_fixed_length()
H A DglX_server_table.py198 size = func.command_fixed_length()
H A DglX_proto_send.py768 o = f.command_fixed_length() - 4
914 cmdlen = f.command_fixed_length()
H A DglX_proto_recv.py304 s = str((f.command_fixed_length() + 3) & ~3)
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A DglX_XML.py319 def command_fixed_length(self): member in class:glx_function
365 size = self.command_fixed_length()
H A DglX_server_table.py198 size = func.command_fixed_length()
H A DglX_proto_send.py764 o = f.command_fixed_length() - 4
910 cmdlen = f.command_fixed_length()
H A DglX_proto_recv.py304 s = str((f.command_fixed_length() + 3) & ~3)

Completed in 14 milliseconds