Searched refs:script_relative (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/scripts/ |
D | gen_gl_enum_utils.py | 216 header_output_path = registry_xml.script_relative(header_output_path) 230 source_output_path = registry_xml.script_relative(source_output_path) 258 registry_xml.script_relative(outputs[0]), 259 registry_xml.script_relative(outputs[1])))
|
D | registry_xml.py | 190 def script_relative(path): function 195 return os.path.join(script_relative(".."), "src", folder, file) 225 tree = etree.parse(script_relative(xml_file)) 234 angle_ext_tree = etree.parse(script_relative(ext_file))
|
D | generate_entry_points.py | 678 def script_relative(path): function 1029 return os.path.join(script_relative(".."), "src", folder, file) 1233 script_relative(".."), "include", "GLES{}".format(folder_version), 1547 source_file_path = registry_xml.script_relative( 1753 with open(script_relative('entry_point_packed_gl_enums.json')) as f:
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | gen_vk_mandatory_format_support_table.py | 65 def script_relative(path): function 112 tree = etree.parse(script_relative(vk_xml_file))
|