Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DGLProgramsTest.cpp206 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/
DProgramsTest.cpp193 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()