Home
last modified time | relevance | path

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

/external/angle/scripts/
Dregistry_xml.py248 DESKTOP_GL_VERSIONS = [(1, 0), (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (2, 0), (2, 1), (3, 0), variable
Dgen_proc_table.py204 for annotation in _get_annotations(registry_xml.DESKTOP_GL_VERSIONS):
Dgenerate_entry_points.py2711 for major, _ in registry_xml.DESKTOP_GL_VERSIONS:
2720 set([major for (major, minor) in registry_xml.DESKTOP_GL_VERSIONS])):
2727 for _, minor_version in filter(is_major, registry_xml.DESKTOP_GL_VERSIONS):