Searched refs:isMatCase (Results 1 – 1 of 1) sorted by relevance
163 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in pushVarCompAttrib() local165 if (isFloatCase || isMatCase) in pushVarCompAttrib()180 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in init() local191 DE_ASSERT(isFloatCase || isIntCase || isUintCase || isMatCase); in init()234 else if (isMatCase) in init()258 else if (isMatCase) in init()476 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in setupVarAttribPointer() local478 …int numSlots = isMatCase ? glu::getDataTypeMatrixNumColumns(m_rgbAttrType) : 1; // Matrix uses a… in setupVarAttribPointer()493 else if (isMatCase) in setupVarAttribPointer()