Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.h104 angle::Result readPixelsRowByRow(const gl::Context *context,
DFramebufferGL.cpp724 return readPixelsRowByRow(context, clippedArea, format, readFormat, readType, packState, in readPixels()
1479 angle::Result FramebufferGL::readPixelsRowByRow(const gl::Context *context, in readPixelsRowByRow() function in rx::FramebufferGL