Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h199 bool unpackFlipYSupport() const { return fUnpackFlipYSupport; } in unpackFlipYSupport() function
DGrGpuGL.cpp445 if (this->glCaps().unpackFlipYSupport()) { in onResetContext()
685 if (this->glCaps().unpackFlipYSupport()) { in uploadTexData()