Lines Matching refs:apis
13 from registry_xml import apis, script_relative, strip_api_prefix
1246 return api == apis.GLES and cmd_name in ALIASING_EXCEPTIONS
1250 if api == apis.CL:
1256 if api == apis.CL:
1258 if api == apis.GLES:
1264 if api == apis.EGL:
1266 elif api == apis.CL:
1273 if api == apis.CL:
1275 elif api == apis.EGL:
1480 if api == apis.EGL:
1482 elif api == apis.CL:
1489 if api == apis.EGL:
1491 elif api == apis.CL:
1709 if api == apis.CL:
1713 if api in [apis.GL, apis.GLES]:
1715 elif api == apis.EGL:
1804 apis.EGL,
1854 apis.CL,
2442 params = [] if api == apis.CL else ["Thread *thread"]
2601 eps = GLEntryPoints(apis.GLES, xml, version_commands)
2633 minor_version)] = get_decls(apis.GLES, CONTEXT_DECL_FORMAT,
2668 eps = GLEntryPoints(apis.GLES, xml, ext_cmd_names)
2693 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names,
2697 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names,
2701 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names,
2706 all_commands_no_suffix.append(strip_suffix(apis.GLES, name))
2747 eps_suffix = GLEntryPoints(apis.GL, glxml, just_libgl_commands_suffix)
2748 eps = GLEntryPoints(apis.GL, glxml, all_libgl_commands)
2751 "X")] += get_decls(apis.GL, CONTEXT_DECL_FORMAT,
3049 write_capture_replay_source(apis.GLES, xml.all_commands, all_commands_no_suffix,