Searched refs:packRowLengthSupport (Results 1 – 4 of 4) sorted by relevance
271 bool packRowLengthSupport() const { return fPackRowLengthSupport; } in packRowLengthSupport() function
638 if (this->glCaps().packRowLengthSupport()) { in onResetContext()2405 if (this->glCaps().packRowLengthSupport() && !(rowBytes % bytesPerPixel)) { in onReadPixels()2439 SkASSERT(this->glCaps().packRowLengthSupport()); in onReadPixels()
602 if (this->glCaps().packRowLengthSupport()) { in onResetContext()2374 if (this->glCaps().packRowLengthSupport() && !(rowBytes % bytesPerPixel)) { in onReadPixels()2408 SkASSERT(this->glCaps().packRowLengthSupport()); in onReadPixels()