Searched refs:GrRandomBatch (Results 1 – 3 of 3) sorted by relevance
36 GrBatch* GrRandomBatch(SkRandom*, GrContext*);
48 GrBatch* GrRandomBatch(SkRandom* random, GrContext* context) { in GrRandomBatch() function
253 SkAutoTUnref<GrBatch> batch(GrRandomBatch(&random, fContext)); in programUnitTest()