Searched refs:unpackRowLengthSupport (Results 1 – 4 of 4) sorted by relevance
268 bool unpackRowLengthSupport() const { return fUnpackRowLengthSupport; } in unpackRowLengthSupport() function
635 if (this->glCaps().unpackRowLengthSupport()) { in onResetContext()930 SkASSERT(this->glCaps().unpackRowLengthSupport()); in onTransferPixels()1183 SkASSERT(caps.unpackRowLengthSupport()); in restore_pixelstore_state()1283 if (((!caps.unpackRowLengthSupport() || usesMips) && trimRowBytes != rowBytes)) { in uploadTexData()1328 if (caps.unpackRowLengthSupport() && !usesMips) { in uploadTexData()4019 if (trimRowBytes != rowBytes && this->glCaps().unpackRowLengthSupport()) { in createTestingOnlyBackendTexture()
599 if (this->glCaps().unpackRowLengthSupport()) { in onResetContext()894 SkASSERT(this->glCaps().unpackRowLengthSupport()); in onTransferPixels()1147 SkASSERT(caps.unpackRowLengthSupport()); in restore_pixelstore_state()1248 if (((!caps.unpackRowLengthSupport() || usesMips) && trimRowBytes != rowBytes)) { in uploadTexData()1293 if (caps.unpackRowLengthSupport() && !usesMips) { in uploadTexData()3978 if (trimRowBytes != rowBytes && this->glCaps().unpackRowLengthSupport()) { in createTestingOnlyBackendTexture()