Lines Matching refs:sizeMax
114 * \param sizeMax max allowable size value (may also be BGRA_OR_4)
126 GLint sizeMin, GLint sizeMax,
173 if (sizeMax == BGRA_OR_4)
174 sizeMax = 4;
194 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and
198 sizeMax == BGRA_OR_4 &&
217 else if (size < sizeMin || size > sizeMax || size > 4) {