|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| def | format_case (dxgi_format, result) |
| def | undefined_case (dxgi_format) |
Variables | |
| string | template_cpp |
| string | template_format_case |
| string | template_undefined_case |
| string | component_cases = "" |
| string | format_cases = "" |
| string | input_data = 'dxgi_format_data.json' |
| dxgi_map = angle_format.load_json(input_data) | |
| dictionary | types |
| angle_to_gl = angle_format.load_inverse_table('../../angle_format_map.json') | |
| all_angle = angle_to_gl.keys() | |
| list | found = [ctype in dxgi_format for ctype in types.keys()] |
| count = reduce((lambda a, b: int(a) + int(b)), found) | |
| string | component_type = 'GL_NONE' |
| gltype = next(gltype for ctype, gltype in types.iteritems() if ctype in dxgi_format) | |
| angle_format = dxgi_format | |
| string | output_cpp |
| def gen_dxgi_format_table.format_case | ( | dxgi_format, | |
| result | |||
| ) |
| def gen_dxgi_format_table.undefined_case | ( | dxgi_format | ) |
| gen_dxgi_format_table.all_angle = angle_to_gl.keys() |
| string gen_dxgi_format_table.angle_format = dxgi_format |
| gen_dxgi_format_table.angle_to_gl = angle_format.load_inverse_table('../../angle_format_map.json') |
| string gen_dxgi_format_table.component_cases = "" |
| gen_dxgi_format_table.dxgi_map = angle_format.load_json(input_data) |
| string gen_dxgi_format_table.format_cases = "" |
| list gen_dxgi_format_table.found = [ctype in dxgi_format for ctype in types.keys()] |
| gen_dxgi_format_table.gltype = next(gltype for ctype, gltype in types.iteritems() if ctype in dxgi_format) |
| string gen_dxgi_format_table.input_data = 'dxgi_format_data.json' |
| string gen_dxgi_format_table.output_cpp |
| string gen_dxgi_format_table.template_cpp |
| string gen_dxgi_format_table.template_format_case |
| string gen_dxgi_format_table.template_undefined_case |
| dictionary gen_dxgi_format_table.types |
1.8.13