Searched refs:implementationLimit (Results 1 – 1 of 1) sorted by relevance
80 int implementationLimit = -1; in checkLimit() local83 gl.getIntegerv(pname, &implementationLimit); in checkLimit()88 if (implementationLimit < required) in checkLimit()89 …StateStr(pname)) + " >= " + de::toString(required) + ", got " + de::toString(implementationLimit)); in checkLimit()