Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h558 GLint getUnpackRowLength() const { return mUnpack.rowLength; } in getUnpackRowLength() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3885 if (currentUnpackState.rowLength != apiState.getUnpackRowLength()) in CaptureMidExecutionSetup()
3888 apiState.getUnpackRowLength())); in CaptureMidExecutionSetup()
3889 currentUnpackState.rowLength = apiState.getUnpackRowLength(); in CaptureMidExecutionSetup()