Lines Matching full:maxsize
494 int maxSize = this->getCaps().maxTextureSize();495 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {