Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp30 fPackFlipYSupport = false; in reset()
52 fPackFlipYSupport = caps.fPackFlipYSupport; in operator =()
113 fPackFlipYSupport = false; in init()
119 fPackFlipYSupport = in init()
293 (fPackFlipYSupport ? "YES": "NO")); in print()
DGrGLCaps.h153 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport()
222 bool fPackFlipYSupport : 1; variable