Searched refs:TEMPLATE_ENTRY_POINT_HEADER (Results 1 – 1 of 1) sorted by relevance
/external/angle/scripts/ |
D | generate_entry_points.py | 56 TEMPLATE_ENTRY_POINT_HEADER = """\ variable 2627 write_file(annotation, "GLES " + comment, TEMPLATE_ENTRY_POINT_HEADER, 2775 write_file(annotation, name, TEMPLATE_ENTRY_POINT_HEADER, "\n".join(ver_decls), "h", 2850 write_file("cl", "CL", TEMPLATE_ENTRY_POINT_HEADER, "\n".join(cl_decls), "h", 2900 write_file("egl", "EGL", TEMPLATE_ENTRY_POINT_HEADER, "\n".join(egl_decls), "h", 2940 write_file("egl_ext", "EGL Extension", TEMPLATE_ENTRY_POINT_HEADER, "\n".join(egl_ext_decls), 2973 write_file("gles_ext", "GLES extension", TEMPLATE_ENTRY_POINT_HEADER,
|