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.py302 def __init__(self, which_functions): argument
308 self.emit_set = ((which_functions & PrintGlxSizeStubs_common.do_set) != 0)
309 self.emit_get = ((which_functions & PrintGlxSizeStubs_common.do_get) != 0)
673 which_functions = PrintGlxSizeStubs_common.do_get | PrintGlxSizeStubs_common.do_set variable
681 which_functions = PrintGlxSizeStubs_common.do_get variable
683 which_functions = PrintGlxSizeStubs_common.do_set variable
688 printer = PrintGlxSizeStubs_c( which_functions )
690 printer = PrintGlxSizeStubs_h( which_functions )