webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
webkitpy.to_be_moved.update_webgl_conformance_tests Namespace Reference

Functions

def remove_first_line_comment (text)
 
def translate_includes (text)
 
def translate_khronos_test (text)
 
def update_file (in_filename, out_dir)
 
def update_directory (in_dir, out_dir)
 
def default_out_dir ()
 
def configure_logging (options)
 
def option_parser ()
 
def main ()
 

Function Documentation

◆ configure_logging()

def webkitpy.to_be_moved.update_webgl_conformance_tests.configure_logging (   options)
Configures the logging system.

◆ default_out_dir()

def webkitpy.to_be_moved.update_webgl_conformance_tests.default_out_dir ( )

◆ main()

def webkitpy.to_be_moved.update_webgl_conformance_tests.main ( void  )

◆ option_parser()

def webkitpy.to_be_moved.update_webgl_conformance_tests.option_parser ( )

◆ remove_first_line_comment()

def webkitpy.to_be_moved.update_webgl_conformance_tests.remove_first_line_comment (   text)

◆ translate_includes()

def webkitpy.to_be_moved.update_webgl_conformance_tests.translate_includes (   text)

◆ translate_khronos_test()

def webkitpy.to_be_moved.update_webgl_conformance_tests.translate_khronos_test (   text)
This method translates the contents of a Khronos test to a WebKit test.

◆ update_directory()

def webkitpy.to_be_moved.update_webgl_conformance_tests.update_directory (   in_dir,
  out_dir 
)

◆ update_file()

def webkitpy.to_be_moved.update_webgl_conformance_tests.update_file (   in_filename,
  out_dir 
)