HomeSort by relevance Sort by last modified time
    Searched refs:newPlot (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrBatchAtlas.cpp 338 SkAutoTUnref<BatchPlot>& newPlot = fPlotArray[plot->index()];
339 newPlot.reset(SkNEW(BatchPlot));
340 newPlot->init(this, fTexture, index, ++generation, x, y, fPlotWidth, fPlotHeight, fBPP);
342 fPlotList.addToHead(newPlot.get());
343 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, loc, fBPP * width);
345 newPlot->setLastUploadToken(batchTarget->currentToken());
346 SkAutoTUnref<GrPlotUploader> uploader(SkNEW_ARGS(GrPlotUploader, (newPlot)));
348 *id = newPlot->id();
GrPlotMgr.h 37 bool newPlot(SkIPoint16* loc) {

Completed in 578 milliseconds