Searched refs:packFlipYSupport (Results 1 – 2 of 2) sorted by relevance
272 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport() function
516 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()