Home
last modified time | relevance | path

Searched refs:push_src (Results 1 – 2 of 2) sorted by relevance

/external/skqp/dm/
DDM.cpp388 static void push_src(const char* tag, ImplicitString options, Src* s) { in push_src() function
461 push_src("image", folder, src); in push_codec_src()
496 push_src("image", folder, src); in push_android_codec_src()
530 push_src("image", folder, src); in push_image_gen_src()
563 push_src("image", folder, src); in push_brd_src()
769 push_src(src_name, "", new T(SkOSPath::Join(path, file.c_str()))); in gather_file_srcs()
772 push_src(src_name, "", new T(path)); in gather_file_srcs()
779 push_src("gm", "", new GMSrc(f)); in gather_srcs()
792 push_src("bisect", "", in gather_srcs()
813 push_src("colorImage", "color_codec_baseline", src); in gather_srcs()
[all …]
/external/skia/dm/
DDM.cpp390 static void push_src(const char* tag, ImplicitString options, Src* s) { in push_src() function
463 push_src("image", folder, src); in push_codec_src()
498 push_src("image", folder, src); in push_android_codec_src()
532 push_src("image", folder, src); in push_image_gen_src()
565 push_src("image", folder, src); in push_brd_src()
771 push_src(src_name, "", new T(SkOSPath::Join(path, file.c_str()))); in gather_file_srcs()
774 push_src(src_name, "", new T(path)); in gather_file_srcs()
781 push_src("gm", "", new GMSrc(f)); in gather_srcs()
794 push_src("bisect", "", in gather_srcs()
813 push_src("colorImage", "decode_native", new ColorCodecSrc(colorImage, false)); in gather_srcs()
[all …]