Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h550 GLint getPackSkipPixels() const { return mPack.skipPixels; } in getPackSkipPixels() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3876 if (currentPackState.skipPixels != apiState.getPackSkipPixels()) in CaptureMidExecutionSetup()
3879 apiState.getPackSkipPixels())); in CaptureMidExecutionSetup()
3880 currentPackState.skipPixels = apiState.getPackSkipPixels(); in CaptureMidExecutionSetup()