Home
last modified time | relevance | path

Searched refs:isMatCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp163 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in pushVarCompAttrib() local
165 if (isFloatCase || isMatCase) in pushVarCompAttrib()
180 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in init() local
191 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() local
478 …int numSlots = isMatCase ? glu::getDataTypeMatrixNumColumns(m_rgbAttrType) : 1; // Matrix uses a… in setupVarAttribPointer()
493 else if (isMatCase) in setupVarAttribPointer()