HomeSort by relevance Sort by last modified time
    Searched refs:operationValue1 (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 785 std::string operationValue1;
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";
961 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp     [all...]

Completed in 63 milliseconds