Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h272 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport() function
DGrGLGpu.cpp516 if (this->glCaps().packFlipYSupport()) { in onResetContext()
2171 if (caps.packFlipYSupport()) { in read_pixels_pays_for_y_flip()
2427 if (flipY && this->glCaps().packFlipYSupport()) { in onReadPixels()
2439 if (flipY && this->glCaps().packFlipYSupport()) { in onReadPixels()