Searched refs:DESKTOP_GL_VERSIONS (Results 1 – 3 of 3) sorted by relevance
/external/angle/scripts/ |
D | registry_xml.py | 248 DESKTOP_GL_VERSIONS = [(1, 0), (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (2, 0), (2, 1), (3, 0), variable
|
D | gen_proc_table.py | 204 for annotation in _get_annotations(registry_xml.DESKTOP_GL_VERSIONS):
|
D | generate_entry_points.py | 2711 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):
|