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

  /external/skia/src/gpu/
GrBatchAtlas.cpp 236 fBPP = GrBytesPerPixel(texture->desc().fConfig);
244 (*currPlot)->init(this, texture, id, 1, x, y, fPlotWidth, fPlotHeight, fBPP);
297 if (plot->addSubImage(width, height, image, loc, fBPP * width)) {
312 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, loc, fBPP * width);
340 newPlot->init(this, fTexture, index, ++generation, x, y, fPlotWidth, fPlotHeight, fBPP);
343 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, loc, fBPP * width);
GrBatchAtlas.h 129 size_t fBPP;

Completed in 28 milliseconds