Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h554 GLint getPackSkipPixels() const { return mPack.skipPixels; } in getPackSkipPixels() function
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3552 if (currentPackState.skipPixels != apiState.getPackSkipPixels()) in CaptureMidExecutionSetup()
3555 apiState.getPackSkipPixels())); in CaptureMidExecutionSetup()
3556 currentPackState.skipPixels = apiState.getPackSkipPixels(); in CaptureMidExecutionSetup()