Home
last modified time | relevance | path

Searched refs:functionIterateAll (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
Dgl_marshal_h.py61 for func in api.functionIterateAll():
70 for func in api.functionIterateAll():
Dgl_marshal.py326 for func in api.functionIterateAll():
351 for func in api.functionIterateAll():
373 func_per_file = (len(api.functionIterateAll()) // (file_count - 1)) + 1
375 for func in api.functionIterateAll():
Dremap_helper.py91 for f in api.functionIterateAll():
Dgl_genexec.py182 for f in api.functionIterateAll():
DglX_server_table.py371 for f in api.functionIterateAll():
Dgl_XML.py937 for func in self.functionIterateAll():
983 def functionIterateAll(self): member in gl_api
DglX_proto_recv.py53 for func in api.functionIterateAll():