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

  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py 53 self.handcode = attrs['handcode']
152 'handcode': bool(func.has_different_protocol(name)),
164 if attrs['handcode']:
165 attrs['handcode'] = func.static_glx_name(name)
167 attrs['handcode'] = None
193 'handcode': None,
206 elif val.startswith('handcode='):
207 attrs['handcode'] = val[9:]
269 handcode = Non
    [all...]
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 53 self.handcode = attrs['handcode']
152 'handcode': bool(func.has_different_protocol(name)),
164 if attrs['handcode']:
165 attrs['handcode'] = func.static_glx_name(name)
167 attrs['handcode'] = None
193 'handcode': None,
206 elif val.startswith('handcode='):
207 attrs['handcode'] = val[9:]
269 handcode = Non
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_XML.py 157 # The 'handcode' attribute can be one of 'true',
160 handcode = child.nsProp( 'handcode', None )
161 if handcode == "false":
164 elif handcode == "true":
167 elif handcode == "client":
170 elif handcode == "server":
174 raise RuntimeError('Invalid handcode mode "%s" in function "%s".' % (handcode, self.name))
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 157 # The 'handcode' attribute can be one of 'true',
160 handcode = child.nsProp( 'handcode', None )
161 if handcode == "false":
164 elif handcode == "true":
167 elif handcode == "client":
170 elif handcode == "server":
174 raise RuntimeError('Invalid handcode mode "%s" in function "%s".' % (handcode, self.name))

Completed in 1397 milliseconds