Home
last modified time | relevance | path

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

/external/angle/scripts/
Dgen_proc_table.py231 for annotation in _get_annotations(registry_xml.DESKTOP_GL_VERSIONS):
Dregistry_xml.py423 DESKTOP_GL_VERSIONS = [(1, 0), (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (2, 0), (2, 1), (3, 0), variable
Dgenerate_entry_points.py3397 for major, _ in registry_xml.DESKTOP_GL_VERSIONS:
3406 set([major for (major, minor) in registry_xml.DESKTOP_GL_VERSIONS])):
3416 for _, minor_version in filter(is_major, registry_xml.DESKTOP_GL_VERSIONS):