Home
last modified time | relevance | path

Searched refs:readbackPixels (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp1514 GLubyte *readbackPixels = workaround.Pixels(); in readPixelsRowByRow() local
1515 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() local
1580 readbackPixels += skipBytes + (area.height - 1) * rowBytes; in readPixelsAllAtOnce()
1582 format, type, readbackPixels)); in readPixelsAllAtOnce()