Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Dgen_angle_format_table.py175 def is_depth_stencil(angle_format): argument
181 def get_component_suffix(angle_format): argument
189 def get_channel_struct(angle_format): argument
231 def get_mip_generation_function(angle_format): argument
239 def get_color_read_write_component_type(angle_format): argument
250 def get_color_read_function(angle_format): argument
262 def get_color_write_function(angle_format): argument
H A Dgen_load_functions_table.py104 def load_functions_name(internal_format, angle_format): argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dgen_mtl_format_table.py250 def gen_image_map_switch_case(angle_format, actual_angle_format_info, angle_to_mtl_map, argument
294 def gen_image_map_switch_simple_case(angle_format, actual_angle_format_info, angle_to_gl, argument
312 def gen_image_map_switch_mac_case(angle_format, actual_angle_format_info, angle_to_gl, argument
349 def gen_image_map_switch_es3_case(angle_format, actual_angle_format_info, angle_to_gl, argument
373 def gen_image_map_switch_astc_case_iosmac(angle_format, angle_to_gl, angle_to_mtl_map): argument
394 def gen_image_map_switch_astc_case_tv_watchos(angle_format, angle_to_gl, angle_to_mtl_map): argument
436 def gen_image_map_switch_common_case(angle_format, actual_angle_format): argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_texture_format_table.py72 def get_swizzle_format_id(internal_format, angle_format): argument
143 def get_blit_srv_format(angle_format): argument
224 def parse_json_angle_format_case(format_name, angle_format, json_data): argument