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