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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_server_table.py 138 if not (n[1] == [] and not self.is_empty_leaf(i, n[0])):
156 def is_empty_leaf(self, base_opcode, M): member in class:function_table
184 if self.is_empty_leaf(child_base_opcode, child_M):
  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 138 if not (n[1] == [] and not self.is_empty_leaf(i, n[0])):
156 def is_empty_leaf(self, base_opcode, M): member in class:function_table
184 if self.is_empty_leaf(child_base_opcode, child_M):

Completed in 447 milliseconds