Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h282 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport() function
DGrGLGpu.cpp494 if (this->glCaps().packFlipYSupport()) { in onResetContext()
2173 if (caps.packFlipYSupport()) { in read_pixels_pays_for_y_flip()
2475 if (flipY && this->glCaps().packFlipYSupport()) { in onReadPixels()
2487 if (flipY && this->glCaps().packFlipYSupport()) { in onReadPixels()