Searched refs:EGL_VERSIONS (Results 1 – 3 of 3) sorted by relevance
/external/angle/scripts/ |
D | registry_xml.py | 427 EGL_VERSIONS = [(1, 0), (1, 1), (1, 2), (1, 3), (1, 4), (1, 5)] variable 647 for major_version, minor_version in EGL_VERSIONS:
|
D | gen_proc_table.py | 217 for annotation in _get_annotations(registry_xml.EGL_VERSIONS):
|
D | generate_entry_points.py | 2953 for major, minor in registry_xml.EGL_VERSIONS: 3600 for major_version, minor_version in registry_xml.EGL_VERSIONS:
|