Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h564 GLint getUnpackSkipRows() const { return mUnpack.skipRows; } in getUnpackSkipRows() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3892 if (currentUnpackState.skipRows != apiState.getUnpackSkipRows()) in CaptureMidExecutionSetup()
3895 apiState.getUnpackSkipRows())); in CaptureMidExecutionSetup()
3896 currentUnpackState.skipRows = apiState.getUnpackSkipRows(); in CaptureMidExecutionSetup()