HomeSort by relevance Sort by last modified time
    Searched refs:unpackRowLengthSupport (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 218 bool unpackRowLengthSupport() const { return fUnpackRowLengthSupport; }
GrGpuGL.cpp 325 if (this->glCaps().unpackRowLengthSupport()) {
614 if (this->glCaps().unpackRowLengthSupport() && !swFlipY) {
698 SkASSERT(this->glCaps().unpackRowLengthSupport());
    [all...]

Completed in 197 milliseconds