Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h208 bool unpackRowLengthSupport() const { return fUnpackRowLengthSupport; } in unpackRowLengthSupport() function
DGrGLGpu.cpp387 if (this->glCaps().unpackRowLengthSupport()) { in onResetContext()
649 if (this->glCaps().unpackRowLengthSupport() && !swFlipY) { in uploadTexData()
733 SkASSERT(this->glCaps().unpackRowLengthSupport()); in uploadTexData()