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

  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 300 do_get = (1 << 0) variable in class:PrintGlxSizeStubs_common
310 self.emit_get = ((which_functions & PrintGlxSizeStubs_common.do_get) != 0)
649 parser.set_defaults(which_functions=(PrintGlxSizeStubs_common.do_get |
663 const=PrintGlxSizeStubs_common.do_get,
  /external/python/cpython2/Modules/
clmodule.c 385 do_get(clobject *self, PyObject *args, int (*func)(CL_Handle, int)) function
411 return do_get(SELF, args, clGetParam);
417 return do_get(SELF, args, clGetDefault);
    [all...]

Completed in 2460 milliseconds