Searched refs:maxRTSize (Results 1 – 2 of 2) sorted by relevance
918 int maxRTSize = this->caps()->maxRenderTargetSize(); in onCreateTexture() local919 if (glTexDesc.fWidth > maxRTSize || glTexDesc.fHeight > maxRTSize) { in onCreateTexture()