Searched refs:is_gles1 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/scripts/ |
H A D | generate_entry_points.py | 1630 def get_validation_expression(api, cmd_name, entry_point_name, internal_params, is_gles1): argument 1637 if not is_gles1 and not is_allowed_with_active_pixel_local_storage(name): 1906 packed_param_types, ep_to_object, is_gles1): argument 1990 get_validation_expression(api, cmd_name, entry_point_name, internal_params, is_gles1), 2276 is_gles1=False): argument 2295 is_gles1)) 2332 def __init__(self, api, xml, commands, is_gles1=False): argument 2339 is_gles1=is_gles1) 2456 is_gles1 = False 2459 is_gles1 = True [all …]
|
H A D | generate_loader.py | 149 is_gles1 = major_version == 1 150 if is_gles1:
|