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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py 302 def __init__(self, which_functions):
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
681 which_functions = PrintGlxSizeStubs_common.do_get
683 which_functions = PrintGlxSizeStubs_common.do_set
688 printer = PrintGlxSizeStubs_c( which_functions )
690 printer = PrintGlxSizeStubs_h( which_functions )
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 302 def __init__(self, which_functions):
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
681 which_functions = PrintGlxSizeStubs_common.do_get
683 which_functions = PrintGlxSizeStubs_common.do_set
688 printer = PrintGlxSizeStubs_c( which_functions )
690 printer = PrintGlxSizeStubs_h( which_functions )

Completed in 153 milliseconds