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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_apitemp.py 219 normal_ents, proto_ents = self.classifyEntryPoints(f)
224 elif f.name in proto_ents:
225 proto_ents.remove(f.name)
228 proto_ents = [f.static_name(ent) for ent in proto_ents]
231 proto_entries.extend(proto_ents)
277 normal_ents, proto_ents = self.classifyEntryPoints(func)
279 proto_entry_points.append((func, proto_ents))
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 219 normal_ents, proto_ents = self.classifyEntryPoints(f)
224 elif f.name in proto_ents:
225 proto_ents.remove(f.name)
228 proto_ents = [f.static_name(ent) for ent in proto_ents]
231 proto_entries.extend(proto_ents)
277 normal_ents, proto_ents = self.classifyEntryPoints(func)
279 proto_entry_points.append((func, proto_ents))

Completed in 402 milliseconds