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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 75 def __init__(self, spec, api_node):
76 self.name = api_node.prop("name")
77 self.is_impl = (api_node.prop("implementation") == "true")
84 node = api_node.children
  /external/mesa3d/src/mesa/main/
APIspec.py 75 def __init__(self, spec, api_node):
76 self.name = api_node.prop("name")
77 self.is_impl = (api_node.prop("implementation") == "true")
84 node = api_node.children

Completed in 69 milliseconds