OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handcode
(Results
1 - 2
of
2
) sorted by null
/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/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 137 milliseconds