Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DGLProgramsTest.cpp183 const float terminateProbability = 0.3f; in create_random_proc_tree() local
185 bool terminate = (1 == maxLevels) || (d->fRandom->nextF() < terminateProbability); in create_random_proc_tree()
/third_party/skia/tests/
DProgramsTest.cpp170 const float terminateProbability = 0.3f; in create_random_proc_tree() local
172 bool terminate = (1 == maxLevels) || (d->fRandom->nextF() < terminateProbability); in create_random_proc_tree()