Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp191 DataType getDataTypeMatrix (int numCols, int numRows);
DgluShaderUtil.cpp520 DataType getDataTypeMatrix (int numCols, int numRows) in getDataTypeMatrix() function
/external/deqp/modules/glshared/
DglsLongStressCase.hpp93 type = glu::getDataTypeMatrix(ValCols, ValRows); in set()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1439 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in init()
1443 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in init()
1447 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in init()
1928 …tIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, n… in init()
Des3fUniformApiTests.cpp602 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp129 return getDataTypeMatrix(numCols, numRows); in randomType()
Des31fProgramUniformTests.cpp553 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()