Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h271 bool packRowLengthSupport() const { return fPackRowLengthSupport; } in packRowLengthSupport() function
DGrGLGpu.cpp638 if (this->glCaps().packRowLengthSupport()) { in onResetContext()
2405 if (this->glCaps().packRowLengthSupport() && !(rowBytes % bytesPerPixel)) { in onReadPixels()
2439 SkASSERT(this->glCaps().packRowLengthSupport()); in onReadPixels()
/external/skqp/src/gpu/gl/
DGrGLCaps.h271 bool packRowLengthSupport() const { return fPackRowLengthSupport; } in packRowLengthSupport() function
DGrGLGpu.cpp602 if (this->glCaps().packRowLengthSupport()) { in onResetContext()
2374 if (this->glCaps().packRowLengthSupport() && !(rowBytes % bytesPerPixel)) { in onReadPixels()
2408 SkASSERT(this->glCaps().packRowLengthSupport()); in onReadPixels()