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

/external/skia/src/gpu/gl/
H A DGrGLCaps.h279 bool packRowLengthSupport() const { return fPackRowLengthSupport; } function in class:GrGLCaps
H A DGrGLGpu.cpp488 if (this->glCaps().packRowLengthSupport()) {
2181 return caps.packRowLengthSupport() || GrBytesPerPixel(config) * width == rowBytes;
2466 if (this->glCaps().packRowLengthSupport() && !(rowBytes % bytesPerPixel)) {
2484 SkASSERT(this->glCaps().packRowLengthSupport());

Completed in 49 milliseconds