Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h205 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport() function
DGrGpuGL.cpp448 if (this->glCaps().packFlipYSupport()) { in onResetContext()
1408 if (this->glCaps().packFlipYSupport()) { in readPixelsWillPayForYFlip()
1494 if (!invertY && this->glCaps().packFlipYSupport()) { in onReadPixels()
1504 if (!invertY && this->glCaps().packFlipYSupport()) { in onReadPixels()