Home
last modified time | relevance | path

Searched refs:GrRandomColor (Results 1 – 21 of 21) sorted by relevance

/external/skia/include/gpu/
DGrTestUtils.h43 static inline GrColor GrRandomColor(SkRandom* random) { in GrRandomColor() function
/external/skia/src/gpu/batches/
DGrDrawAtlasBatch.cpp239 colors->push_back(GrRandomColor(random)); in randomize_params()
262 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrDrawVerticesBatch.cpp266 colors->push_back(GrRandomColor(random)); in randomize_params()
317 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAFillRectBatch.cpp405 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
413 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrNonAAStrokeRectBatch.cpp246 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrTessellatingPathRenderer.cpp280 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrNonAAFillRectBatch.cpp325 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrAALinearizingConvexPathRenderer.cpp350 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAConvexPathRenderer.cpp677 QuadEdgeEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
1027 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrDefaultPathRenderer.cpp755 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAStrokeRectBatch.cpp658 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrAADistanceFieldPathRenderer.cpp640 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAHairLinePathRenderer.cpp990 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrPLSPathRenderer.cpp1004 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp257 return GrDistanceFieldA8TextGeoProc::Create(GrRandomColor(d->fRandom), in TestCreate()
467 return GrDistanceFieldPathGeoProc::Create(GrRandomColor(d->fRandom), in TestCreate()
742 return GrDistanceFieldLCDTextGeoProc::Create(GrRandomColor(d->fRandom), in TestCreate()
DGrBezierEffect.cpp281 gp = GrConicEffect::Create(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate()
496 gp = GrQuadEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
725 gp = GrCubicEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
DGrBitmapTextGeoProc.cpp195 return GrBitmapTextGeoProc::Create(GrRandomColor(d->fRandom), d->fTextures[texIdx], params, in TestCreate()
DGrDashingEffect.cpp978 return DashingCircleEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
1209 return DashingLineEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
1241 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/gpu/
DGrOvalRenderer.cpp204 return CircleEdgeEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
375 return EllipseEdgeEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
574 return DIEllipseEdgeEffect::Create(GrRandomColor(d->fRandom), in TestCreate()
1907 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
1914 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
1921 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
1928 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
DGrDefaultGeoProcFactory.cpp290 GrRandomColor(d->fRandom), in TestCreate()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp376 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()