Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h315 bool packFlipYSupport() const { return fPackFlipYSupport; } in packFlipYSupport() function
DGrGLGpu.cpp666 if (this->glCaps().packFlipYSupport()) { in onResetContext()