Searched refs:readDstRowBytes (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1419 size_t readDstRowBytes = tightRowBytes; local
1429 readDstRowBytes = rowBytes;
1441 if (readDstRowBytes != tightRowBytes) {
1454 GrAssert(rowBytes == readDstRowBytes);
1481 src += readDstRowBytes;

Completed in 49 milliseconds