Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h211 bool unpackFlipYSupport() const { return fUnpackFlipYSupport; } in unpackFlipYSupport()
345 bool fUnpackFlipYSupport : 1; variable
DGrGLCaps.cpp36 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()