Home | History | Annotate | Download | only in gl

Lines Matching refs:maxSize

375     int maxSize = this->caps()->maxTextureSize();
376 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
923 int maxSize = this->caps()->maxTextureSize();
924 if (glTexDesc.fWidth > maxSize || glTexDesc.fHeight > maxSize) {