Home
last modified time | relevance | path

Searched refs:igt_frame_dump_path (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_frame.c57 return igt_frame_dump_path != NULL; in igt_frame_dump_is_enabled()
74 igt_frame_dump_path, test_name, subtest_name, qualifier, in igt_write_frame_to_png()
78 igt_frame_dump_path, test_name, subtest_name, qualifier); in igt_write_frame_to_png()
126 igt_frame_dump_path, test_name, subtest_name, id); in igt_write_compared_frames_to_png()
129 igt_frame_dump_path, test_name, subtest_name); in igt_write_compared_frames_to_png()
Digt_audio.c610 igt_assert(igt_frame_dump_path); in audio_create_wav_file_s32_le()
612 igt_frame_dump_path, test_name, subtest_name, qualifier); in audio_create_wav_file_s32_le()
Digt_core.c325 char *igt_frame_dump_path; variable
678 if (!igt_frame_dump_path) in common_init_config()
679 igt_frame_dump_path = in common_init_config()
723 igt_frame_dump_path = getenv("IGT_FRAME_DUMP_PATH"); in common_init_env()
Digt_core.h84 extern char *igt_frame_dump_path;