Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h278 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport()
494 bool fPackFlipYSupport : 1; variable
DGrGLCaps.cpp33 fPackFlipYSupport = false; in GrGLCaps()
104 fPackFlipYSupport = false; in init()
110 fPackFlipYSupport = in init()
1182 writer->appendBool("Pack Flip Y support", fPackFlipYSupport); in onDumpJSON()
/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()
1203 writer->appendBool("Pack Flip Y support", fPackFlipYSupport); in onDumpJSON()