D | extension_helper.py | 105 def all_entrypoints_in_abi(f, abi, api): argument 108 if category not in abi: 114 def any_entrypoints_in_abi(f, abi, api): argument 117 if category in abi: 123 def condition_for_function(f, abi, all_not_in_ABI): argument 135 if category not in abi: 160 abi = [ "1.0", "1.1", "1.2", "GL_ARB_multitexture" ] 170 condition = condition_for_function(f, abi, 0) 198 if category not in abi: 220 if any_entrypoints_in_abi(f, abi, api): [all …]
|