Searched refs:readbackPixels (Results 1 – 1 of 1) sorted by relevance
1514 GLubyte *readbackPixels = workaround.Pixels(); in readPixelsRowByRow() local1515 readbackPixels += skipBytes; in readPixelsRowByRow()1519 functions->readPixels(area.x, y, area.width, 1, format, type, readbackPixels)); in readPixelsRowByRow()1520 readbackPixels += rowBytes; in readPixelsRowByRow()1579 GLubyte *readbackPixels = workaround.Pixels(); in readPixelsAllAtOnce() local1580 readbackPixels += skipBytes + (area.height - 1) * rowBytes; in readPixelsAllAtOnce()1582 format, type, readbackPixels)); in readPixelsAllAtOnce()