Home | History | Annotate | Download | only in functional

Lines Matching full:minwidth

193 void checkCanvasSize (int width, int height, int minWidth, int minHeight)
195 if (width < minWidth || height < minHeight)
196 throw tcu::NotSupportedError(std::string("Render context size must be at least ") + de::toString(minWidth) + "x" + de::toString(minWidth));