Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp1210 bool isDataTypeSquareMatrix(glu::DataType dtyp) in isDataTypeSquareMatrix() function in glcts::ProgramUniformCase
1221 if (isDataTypeMatrix(dType) && isDataTypeSquareMatrix(dType)) in generateUniformFragSrc()
1225 else if (isDataTypeMatrix(dType) && !isDataTypeSquareMatrix(dType)) in generateUniformFragSrc()
1651 bool isSquareMat = isDataTypeSquareMatrix(dType); in setAndCompareMatrixUniforms()