Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawTarget.cpp111 SkDebugf("batches (%d):\n", fBatches.count()); in dump()
112 for (int i = 0; i < fBatches.count(); ++i) { in dump()
116 SkDebugf("%d: %s\n", i, fBatches[i]->name()); in dump()
118 SkString str = fBatches[i]->dumpInfo(); in dump()
195 for (int i = 0; i < fBatches.count(); ++i) { in prepareBatches()
196 fBatches[i]->prepare(flushState); in prepareBatches()
203 for (int i = 0; i < fBatches.count(); ++i) { in drawBatches()
205 const SkRect& bounds = fBatches[i]->bounds(); in drawBatches()
210 if (GrRenderTarget* rt = fBatches[i]->renderTarget()) { in drawBatches()
214 fBatches[i]->draw(flushState); in drawBatches()
[all …]
DGrDrawTarget.h246 SkSTArray<256, SkAutoTUnref<GrBatch>, true> fBatches; variable