webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
gen_format_map.py File Reference

Namespaces

 gen_format_map
 

Functions

def gen_format_map.parse_type_case (type, result)
 
def gen_format_map.parse_format_case (format, type_map)
 

Variables

string gen_format_map.template_cpp
 
string gen_format_map.template_format_case
 
string gen_format_map.template_simple_case
 
string gen_format_map.template_es3_combo_type_case
 
string gen_format_map.input_script = 'format_map_data.json'
 
 gen_format_map.format_map = angle_format.load_json(input_script)
 
string gen_format_map.format_cases = ""
 
string gen_format_map.combo_data_file = 'es3_format_type_combinations.json'
 
 gen_format_map.es3_combo_data = angle_format.load_json(combo_data_file)
 
list gen_format_map.combo_data = [combo for sublist in es3_combo_data.values() for combo in sublist]
 
 gen_format_map.types = set()
 
 gen_format_map.formats = set()
 
dictionary gen_format_map.combos = {}
 
string gen_format_map.es3_format_cases = ""
 
string gen_format_map.es3_type_cases = ""
 
string gen_format_map.es3_combo_cases = ""
 
string gen_format_map.this_type_cases = ""
 
string gen_format_map.internal_format_cases = ""
 
 gen_format_map.type
 
 gen_format_map.format
 
 gen_format_map.type_cases
 
string gen_format_map.output_cpp