Searched refs:packRowLengthSupport (Results 1 – 2 of 2) sorted by relevance
279 bool packRowLengthSupport() const { return fPackRowLengthSupport; } in packRowLengthSupport() function
488 if (this->glCaps().packRowLengthSupport()) { in onResetContext()2181 return caps.packRowLengthSupport() || GrBytesPerPixel(config) * width == rowBytes; in read_pixels_pays_for_y_flip()2466 if (this->glCaps().packRowLengthSupport() && !(rowBytes % bytesPerPixel)) { in onReadPixels()2484 SkASSERT(this->glCaps().packRowLengthSupport()); in onReadPixels()