Home | History | Annotate | Download | only in functional

Lines Matching full:minsize

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