Lines Matching +defs:test +defs:src +defs:dir
242 static void done(const char* config, const char* src, const char* srcOptions, const char* name) { in done()
274 static void start(const char* config, const char* src, const char* srcOptions, const char* name) { in start()
475 std::unique_ptr<Src> src(s); in push_src() local
545 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale); in push_codec_src() local
580 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize); in push_android_codec_src() local
614 ImageGenSrc* src = new ImageGenSrc(path, mode, alphaType, isGpu); in push_image_gen_src() local
648 BRDSrc* src = new BRDSrc(path, mode, dstColorType, sampleSize); in push_brd_src() local
1103 static bool should_skip(const char* sink, const char* src, in should_skip()
1124 const TaggedSrc& src; member
1367 const char* dir = FLAGS_writePath[0]; in WriteToDisk() local
1447 for (const skiatest::Test& test : skiatest::TestRegistry::Range()) { in gather_tests() local
1462 static void run_test(skiatest::Test test, const GrContextOptions& grCtxOptions) { in run_test()