Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
DAPIspec.py97 for func_node in func_nodes:
98 tmpl_node = spec.tmpl_nodes[func_node.prop("template")]
100 func = Function(tmpl_node, func_node, self.is_impl,
103 func_name = func_node.prop("name")
125 def __init__(self, tmpl_node, func_node, force_skip_desc=False, categories=[]): argument
129 self.name = func_node.prop("name")
130 self.prefix = func_node.prop("default_prefix")
131 self.is_external = (func_node.prop("external") == "true")
136 self._skip_desc = (func_node.prop("skip_desc") == "true")
141 self._gltype = func_node.prop("gltype")
[all …]