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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 906 [func_cat_type, key] = classify_category(cat_name, cat_number)
908 if not lists[func_cat_type].has_key(key):
909 lists[func_cat_type][key] = {}
911 lists[func_cat_type][key][func.name] = func
915 for func_cat_type in range(0,4):
916 keys = lists[func_cat_type].keys()
920 names = lists[func_cat_type][key].keys()
924 functions.append(lists[func_cat_type][key][name])
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 906 [func_cat_type, key] = classify_category(cat_name, cat_number)
908 if not lists[func_cat_type].has_key(key):
909 lists[func_cat_type][key] = {}
911 lists[func_cat_type][key][func.name] = func
915 for func_cat_type in range(0,4):
916 keys = lists[func_cat_type].keys()
920 names = lists[func_cat_type][key].keys()
924 functions.append(lists[func_cat_type][key][name])

Completed in 34 milliseconds