Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h144 bool unpackRowLengthSupport() const { return fUnpackRowLengthSupport; } in unpackRowLengthSupport() function
DGrGpuGL.cpp469 if (this->glCaps().unpackRowLengthSupport()) { in onResetContext()
675 if (this->glCaps().unpackRowLengthSupport() && !swFlipY) { in uploadTexData()
772 GrAssert(this->glCaps().unpackRowLengthSupport()); in uploadTexData()