Searched refs:maxRTSize (Results 1 – 1 of 1) sorted by relevance
87 int maxRTSize = this->caps()->maxRenderTargetSize(); in createTexture() local88 if (desc.fWidth > maxRTSize || desc.fHeight > maxRTSize) { in createTexture()