Searched defs:numPlotsY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.cpp151 int numPlotsX, int numPlotsY, bool batchUploads) {
156 fNumPlotsY = numPlotsY;
177 for (int y = numPlotsY-1; y >= 0; --y) {
149 GrAtlasMgr(GrGpu* gpu, GrPixelConfig config, const SkISize& backingTextureSize, int numPlotsX, int numPlotsY, bool batchUploads) argument
/external/skia/src/gpu/
H A DGrAtlas.cpp151 int numPlotsX, int numPlotsY, bool batchUploads) {
156 fNumPlotsY = numPlotsY;
177 for (int y = numPlotsY-1; y >= 0; --y) {
149 GrAtlasMgr(GrGpu* gpu, GrPixelConfig config, const SkISize& backingTextureSize, int numPlotsX, int numPlotsY, bool batchUploads) argument

Completed in 153 milliseconds