Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_size.py303 def __init__(self, which_functions): argument
309 self.emit_set = ((which_functions & PrintGlxSizeStubs_common.do_set) != 0)
310 self.emit_get = ((which_functions & PrintGlxSizeStubs_common.do_get) != 0)
649 parser.set_defaults(which_functions=(PrintGlxSizeStubs_common.do_get |
683 printer = PrintGlxSizeStubs_c(args.which_functions)
685 printer = PrintGlxSizeStubs_h(args.which_functions)