Home
last modified time | relevance | path

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

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