Searched refs:GrRandomColor (Results 1 – 21 of 21) sorted by relevance
/external/skia/include/gpu/ |
D | GrTestUtils.h | 43 static inline GrColor GrRandomColor(SkRandom* random) { in GrRandomColor() function
|
/external/skia/src/gpu/batches/ |
D | GrDrawAtlasBatch.cpp | 239 colors->push_back(GrRandomColor(random)); in randomize_params() 262 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrDrawVerticesBatch.cpp | 266 colors->push_back(GrRandomColor(random)); in randomize_params() 317 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAAFillRectBatch.cpp | 405 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE() 413 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrNonAAStrokeRectBatch.cpp | 246 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrTessellatingPathRenderer.cpp | 280 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrNonAAFillRectBatch.cpp | 325 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAALinearizingConvexPathRenderer.cpp | 350 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAAConvexPathRenderer.cpp | 677 QuadEdgeEffect::Create(GrRandomColor(d->fRandom), in TestCreate() 1027 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrDefaultPathRenderer.cpp | 755 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAAStrokeRectBatch.cpp | 658 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAADistanceFieldPathRenderer.cpp | 640 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAAHairLinePathRenderer.cpp | 990 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrPLSPathRenderer.cpp | 1004 geometry.fColor = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|
/external/skia/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.cpp | 257 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()
|
D | GrBezierEffect.cpp | 281 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()
|
D | GrBitmapTextGeoProc.cpp | 195 return GrBitmapTextGeoProc::Create(GrRandomColor(d->fRandom), d->fTextures[texIdx], params, in TestCreate()
|
D | GrDashingEffect.cpp | 978 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/ |
D | GrOvalRenderer.cpp | 204 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()
|
D | GrDefaultGeoProcFactory.cpp | 290 GrRandomColor(d->fRandom), in TestCreate()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.cpp | 376 GrColor color = GrRandomColor(random); in DRAW_BATCH_TEST_DEFINE()
|