Searched refs:NonAAStrokeRectBatch (Results 1 – 2 of 2) sorted by relevance
40 class NonAAStrokeRectBatch : public GrVertexBatch { class51 static NonAAStrokeRectBatch* Create() { in Create()52 return new NonAAStrokeRectBatch; in Create()179 NonAAStrokeRectBatch() : INHERITED(ClassID()) {} in NonAAStrokeRectBatch() function in NonAAStrokeRectBatch224 NonAAStrokeRectBatch* batch = NonAAStrokeRectBatch::Create(); in Create()236 NonAAStrokeRectBatch* batch = origBatch->cast<NonAAStrokeRectBatch>(); in Append()244 DRAW_BATCH_TEST_DEFINE(NonAAStrokeRectBatch) { in DRAW_BATCH_TEST_DEFINE() argument
26 DRAW_BATCH_TEST_EXTERN(NonAAStrokeRectBatch);45 DRAW_BATCH_TEST_ENTRY(NonAAStrokeRectBatch),