Home
last modified time | relevance | path

Searched refs:RandomColor (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
DGrTestUtils.h56 GrColor RandomColor(SkRandom* random);
DGrDefaultGeoProcFactory.cpp276 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
DGrTestUtils.cpp354 GrColor RandomColor(SkRandom* random) { in RandomColor() function
/third_party/skia/src/gpu/effects/
DGrBezierEffect.cpp196 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
358 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
DGrBitmapTextGeoProc.cpp232 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp374 colors->push_back(GrTest::RandomColor(random)); in randomize_params()
DDashOp.cpp890 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
1114 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
DDrawVerticesOp.cpp678 colors->push_back(GrTest::RandomColor(random)); in randomize_params()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.h200 GLColor RandomColor(angle::RNG *rng);
DANGLETest.cpp276 GLColor RandomColor(angle::RNG *rng) in RandomColor() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp1961 GLColor color = RandomColor(&rng); in TEST_P()