Searched refs:fUnpackFlipYSupport (Results 1 – 2 of 2) sorted by relevance
276 bool unpackFlipYSupport() const { return fUnpackFlipYSupport; } in unpackFlipYSupport()403 bool fUnpackFlipYSupport : 1; variable
30 fUnpackFlipYSupport = false; in GrGLCaps()91 fUnpackFlipYSupport = false; in init()97 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy"); in init()1209 r.appendf("Unpack Flip Y support: %s\n", (fUnpackFlipYSupport ? "YES": "NO")); in dump()