Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrDashingEffect.cpp682 static GrBatch* create_batch(GrColor color, const SkMatrix& viewMatrix, const SkPoint pts[2], in create_batch() function
739 SkAutoTUnref<GrBatch> batch(create_batch(color, viewMatrix, pts, useAA, strokeInfo, in DrawDashLine()
1309 return create_batch(color, viewMatrix, pts, useAA, strokeInfo, msaaRT); in BATCH_TEST_DEFINE()