Searched refs:fUnpackFlipYSupport (Results 1 – 4 of 4) sorted by relevance
35 fUnpackFlipYSupport = false; in reset()72 fUnpackFlipYSupport = caps.fUnpackFlipYSupport; in operator =()159 fUnpackFlipYSupport = false; in init()165 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy"); in init()643 r.appendf("Unpack Flip Y support: %s\n", (fUnpackFlipYSupport ? "YES": "NO")); in dump()
208 bool unpackFlipYSupport() const { return fUnpackFlipYSupport; } in unpackFlipYSupport()320 bool fUnpackFlipYSupport : 1; variable