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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py 585 # FIXME Simplify the logic related to skip_condition and
587 # FIXME skip_condition, and just append the "dpy != NULL" type
599 skip_condition = "dpy != NULL"
601 skip_condition = "gc->currentDpy != NULL"
603 skip_condition = None
628 if skip_condition:
629 condition_list.append( skip_condition )
633 skip_condition = "(%s)" % (string.join( condition_list, ") && (" ))
635 skip_condition = "%s" % (condition_list.pop(0))
637 print ' if (__builtin_expect(%s, 1)) {' % (skip_condition)
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 585 # FIXME Simplify the logic related to skip_condition and
587 # FIXME skip_condition, and just append the "dpy != NULL" type
599 skip_condition = "dpy != NULL"
601 skip_condition = "gc->currentDpy != NULL"
603 skip_condition = None
628 if skip_condition:
629 condition_list.append( skip_condition )
633 skip_condition = "(%s)" % (string.join( condition_list, ") && (" ))
635 skip_condition = "%s" % (condition_list.pop(0))
637 print ' if (__builtin_expect(%s, 1)) {' % (skip_condition)
    [all...]

Completed in 176 milliseconds