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