Searched refs:color_depth (Results 1 – 5 of 5) sorted by relevance
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_project_display_configure.py | 11 color_depth = [ variable 66 for color_index in color_depth:
|
| D | test_utils.py | 1882 def configure_display_color_depth(color_depth): argument 1883 logging.info('set display color depth to "%s"' %color_depth) 1884 status = send_to_project_configure_dialog('CMD_CONFIGURE_DISPLAY_COLOR_DEPTH', color_depth) 1887 logging.info('set display color depth to "%s" successfully.' %color_depth)
|
| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_validation_utility.c | 224 void gx_validation_frame_info_set(char *color_depth, int width, int height) in gx_validation_frame_info_set() argument 228 gx_validation_frame_color_depth = color_depth; in gx_validation_frame_info_set() 243 int gx_validation_create_output_file(char *color_depth, int width, int height) in gx_validation_create_output_file() argument 245 gx_validation_frame_info_set(color_depth, width, height); in gx_validation_create_output_file()
|
| D | gx_validation_verify.c | 285 int color_depth; in gx_validation_verify_start() local 301 &color_depth, &width, &height); in gx_validation_verify_start() 310 golden_file_frame_size = (width * color_depth >> 3) * height; in gx_validation_verify_start()
|
| D | gx_validation_utility.h | 36 int gx_validation_create_output_file(char *color_depth, int width, int height);
|