Lines Matching full:maxsize
366 int maxSize = this->caps()->maxTextureSize();
367 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
991 int maxSize = this->caps()->maxTextureSize();
992 if (glTexDesc.fWidth > maxSize || glTexDesc.fHeight > maxSize) {
1088 int maxSize = this->caps()->maxTextureSize();
1089 if (glTexDesc.fWidth > maxSize || glTexDesc.fHeight > maxSize) {