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