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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_server_table.py 181 child_base_opcode = base_opcode
184 if self.is_empty_leaf(child_base_opcode, child_M):
195 for op in range(child_base_opcode, child_base_opcode + (1 << child_M)):
224 child_base_opcode += 1 << child_M
  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 181 child_base_opcode = base_opcode
184 if self.is_empty_leaf(child_base_opcode, child_M):
195 for op in range(child_base_opcode, child_base_opcode + (1 << child_M)):
224 child_base_opcode += 1 << child_M

Completed in 305 milliseconds