Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py301 def __init__(self, which_functions): argument
307 self.emit_set = ((which_functions & PrintGlxSizeStubs_common.do_set) != 0)
308 self.emit_get = ((which_functions & PrintGlxSizeStubs_common.do_get) != 0)
647 parser.set_defaults(which_functions=(PrintGlxSizeStubs_common.do_get |
681 printer = PrintGlxSizeStubs_c(args.which_functions)
683 printer = PrintGlxSizeStubs_h(args.which_functions)