Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp33 fPackFlipYSupport = false; in reset()
63 fPackFlipYSupport = caps.fPackFlipYSupport; in operator =()
128 fPackFlipYSupport = false; in init()
134 fPackFlipYSupport = in init()
425 (fPackFlipYSupport ? "YES": "NO")); in print()
DGrGLCaps.h205 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport()
293 bool fPackFlipYSupport : 1; variable