Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h313 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport()
560 bool fPackFlipYSupport : 1; variable
DGrGLCaps.cpp35 fPackFlipYSupport = false; in GrGLCaps()
123 fPackFlipYSupport = false; in init()
129 fPackFlipYSupport = in init()
1213 writer->appendBool("Pack Flip Y support", fPackFlipYSupport); in onDumpJSON()