Home
last modified time | relevance | path

Searched refs:EGL_VERSIONS (Results 1 – 3 of 3) sorted by relevance

/external/angle/scripts/
Dregistry_xml.py252 EGL_VERSIONS = [(1, 0), (1, 1), (1, 2), (1, 3), (1, 4), (1, 5)] variable
Dgen_proc_table.py164 for annotation in _get_annotations(registry_xml.EGL_VERSIONS):
Dgenerate_entry_points.py2360 for major, minor in registry_xml.EGL_VERSIONS:
2869 for major_version, minor_version in registry_xml.EGL_VERSIONS: