Home | History | Annotate | Download | only in gl

Lines Matching full:maxsize

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