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

  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 51 def size_call(self, func, outputs_also = 0): member in class:glx_print_proto
85 compsize = self.size_call(f)
glX_proto_recv.py 360 compsize = self.size_call(f, 1)
431 print ' const GLuint compsize = %s;' % (self.size_call(f, 1))

Completed in 49 milliseconds