Home | History | Annotate | Download | only in functional

Lines Matching full:minsize

197 static inline void checkRenderTargetSize (const RenderTarget& renderTarget, int minSize)
199 if (renderTarget.getWidth() < minSize || renderTarget.getHeight() < minSize)
200 throw tcu::NotSupportedError("Render target width and height must be at least " + de::toString(minSize));