Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h570 GLint getUnpackSkipPixels() const { return mUnpack.skipPixels; } in getUnpackSkipPixels() function
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3575 if (currentUnpackState.skipPixels != apiState.getUnpackSkipPixels()) in CaptureMidExecutionSetup()
3578 apiState.getUnpackSkipPixels())); in CaptureMidExecutionSetup()
3579 currentUnpackState.skipPixels = apiState.getUnpackSkipPixels(); in CaptureMidExecutionSetup()