Home
last modified time | relevance | path

Searched defs:angle_format (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dgen_angle_format_table.py99 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
Dgen_load_texture_border_functions_table.py68 def load_functions_name(internal_format, angle_format): argument
Dgen_load_functions_table.py102 def load_functions_name(internal_format, angle_format): argument
/external/angle/src/libANGLE/renderer/metal/
Dgen_mtl_format_table.py228 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/
Dgen_texture_format_table.py72 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