HomeSort by relevance Sort by last modified time
    Searched full:command_length (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 90 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
92 print ' const GLuint cmdlen = %s;' % (f.command_length())
glX_XML.py 372 def command_length(self): member in class:glx_function

Completed in 74 milliseconds