Searched refs:fUnpackFlipYSupport (Results 1 – 2 of 2) sorted by relevance
211 bool unpackFlipYSupport() const { return fUnpackFlipYSupport; } in unpackFlipYSupport()345 bool fUnpackFlipYSupport : 1; variable
36 fUnpackFlipYSupport = false; in reset()78 fUnpackFlipYSupport = caps.fUnpackFlipYSupport; in operator =()148 fUnpackFlipYSupport = false; in init()154 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy"); in init()903 r.appendf("Unpack Flip Y support: %s\n", (fUnpackFlipYSupport ? "YES": "NO")); in dump()