Home
last modified time | relevance | path

Searched refs:is_variable_length (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py261 if not param.is_variable_length() and not param.is_client_only:
288 if param.is_variable_length():
352 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
Dmarshal_XML.py53 if p.is_variable_length():
Dgl_marshal.py215 if p.is_variable_length():
DglX_proto_send.py518 if p.is_variable_length():
Dgl_XML.py492 def is_variable_length(self): member in gl_parameter