Searched refs:operationValue1 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp785 std::string operationValue1; local
918 operationValue1 = inValue1;
927 operationValue1 = inValue1;
934 operationValue1 = inValue1;
944 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operationValue1 << ";\n";
956 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operationValue0 << ", " << operationValue1 << ");\n"; local
961 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n";
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1431 std::string operationValue1; local
1596 operationValue1 = inValue1;
1605 operationValue1 = inValue1;
1612 operationValue1 = inValue1;
1622 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operationValue1 << ";\n";
1634 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operationValue0 << ", " << operationValue1 << ");\n"; local
1643 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n";

Completed in 442 milliseconds