Searched refs:isSeparateMode (Results 1 – 1 of 1) sorted by relevance
1445 bool isSeparateMode = m_bufferMode == GL_SEPARATE_ATTRIBS; in init() local1446 int maxTransformFeedbackVars = isSeparateMode ? 4 : maxAttributeVectors; in init()1463 …int maxVecs = isSeparateMode ? de::min(2 /*at most 2*mat2*/, numAttribVectorsToUse-numAttrib… in init()1467 maxVecs >= 2 ? (isSeparateMode ? 13 : 15) : 12); in init()1476 int maxArrayLen = de::max(1, isSeparateMode ? 4/numComps : maxVecs/numVecs); in init()