Searched defs:angle_format (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | gen_angle_format_table.py | 99 def is_depth_stencil(angle_format): argument 105 def get_component_suffix(angle_format): argument 113 def get_channel_struct(angle_format): argument 153 def get_mip_generation_function(angle_format): argument 161 def get_color_read_write_component_type(angle_format): argument 172 def get_color_read_function(angle_format): argument 184 def get_color_write_function(angle_format): argument
|
D | gen_load_texture_border_functions_table.py | 68 def load_functions_name(internal_format, angle_format): argument
|
D | gen_load_functions_table.py | 102 def load_functions_name(internal_format, angle_format): argument
|
/external/angle/src/libANGLE/renderer/metal/ |
D | gen_mtl_format_table.py | 228 def gen_image_map_switch_case(angle_format, actual_angle_format_info, angle_to_mtl_map, argument 270 def gen_image_map_switch_simple_case(angle_format, actual_angle_format_info, angle_to_gl, argument 285 def gen_image_map_switch_mac_case(angle_format, actual_angle_format_info, angle_to_gl, argument 320 def gen_image_map_switch_es3_case(angle_format, actual_angle_format_info, angle_to_gl, argument 342 def gen_image_map_switch_astc_case(angle_format, angle_to_gl, angle_to_mtl_map): argument 381 def gen_image_map_switch_common_case(angle_format, actual_angle_format): argument
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | gen_texture_format_table.py | 72 def get_swizzle_format_id(internal_format, angle_format): argument 143 def get_blit_srv_format(angle_format): argument 215 def parse_json_angle_format_case(format_name, angle_format, json_data): argument
|