Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrNonAAStrokeRectBatch.cpp40 class NonAAStrokeRectBatch : public GrVertexBatch { class
51 static NonAAStrokeRectBatch* Create() { in Create()
52 return new NonAAStrokeRectBatch; in Create()
179 NonAAStrokeRectBatch() : INHERITED(ClassID()) {} in NonAAStrokeRectBatch() function in NonAAStrokeRectBatch
224 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
/external/skia/src/gpu/
DGrBatchTest.cpp26 DRAW_BATCH_TEST_EXTERN(NonAAStrokeRectBatch);
45 DRAW_BATCH_TEST_ENTRY(NonAAStrokeRectBatch),