Home
last modified time | relevance | path

Searched refs:command_length (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_common.py90 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
92 print ' const GLuint cmdlen = %s;' % (f.command_length())
DglX_XML.py372 def command_length(self): member in glx_function