Searched refs:minLevelsChild (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | GLProgramsTest.cpp | 206 auto minLevelsChild = create_random_proc_tree(d, minLevels, maxLevels - 1); in create_random_proc_tree() local 208 if (!minLevelsChild || !otherChild) { in create_random_proc_tree() 215 fp = GrXfermodeFragmentProcessor::MakeFromTwoProcessors(std::move(minLevelsChild), in create_random_proc_tree() 220 std::move(minLevelsChild), mode); in create_random_proc_tree()
|
/third_party/skia/tests/ |
D | ProgramsTest.cpp | 193 auto minLevelsChild = create_random_proc_tree(d, minLevels, maxLevels - 1); in create_random_proc_tree() local 195 if (!minLevelsChild || !otherChild) { in create_random_proc_tree() 202 fp = GrBlendFragmentProcessor::Make(std::move(minLevelsChild), std::move(otherChild), mode); in create_random_proc_tree() 205 fp = GrBlendFragmentProcessor::Make(std::move(otherChild), std::move(minLevelsChild), mode); in create_random_proc_tree()
|