Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h269 bool packRowLengthSupport() const { return fPackRowLengthSupport; } in packRowLengthSupport() function
DGrGLGpu.cpp510 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()