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

/external/skia/src/gpu/gl/
H A DGrGLCaps.h273 bool unpackRowLengthSupport() const { return fUnpackRowLengthSupport; } function in class:GrGLCaps
H A DGrGLGpu.cpp485 if (this->glCaps().unpackRowLengthSupport()) {
1049 SkASSERT(caps.unpackRowLengthSupport());
1177 if (caps.unpackRowLengthSupport() && !swFlipY && !usesMips) {

Completed in 119 milliseconds