Lines Matching refs:result
76 * @return Iteration result.
210 * @return Iteration result.
574 glw::GLint result = *result_ptr;
579 /* Check result and return. */
589 if (reference_sum == result)
603 if (reference_sum == result)
809 * @return Iteration result.
951 static const glw::GLchar* xfb_varying = "result";
1143 glw::GLint result[3] = { result_ptr[0], result_ptr[1], result_ptr[2] };
1148 /* Check result and return. */
1151 if (i != result[i])
1153 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Result vector is equal to [" << result[0]
1154 << ", " << result[1] << ", " << result[2]
1214 "out int result;\n"
1219 " result = a;"
1250 * @return Iteration result.
1398 static const glw::GLchar* xfb_varying = "result";
1675 glw::GLint result[2] = { result_ptr[0], result_ptr[1] };
1682 /* Check result and return. */
1685 if (reference[i] != result[i])
1687 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Result vector is equal to [" << result[0]
1688 << ", " << result[1] << "], but [" << reference[0] << ", "
1751 "out int result;\n"
1756 " result = a_0 + a_1 + a_2;"
1786 * @return Iteration result.
2028 static const glw::GLchar* xfb_varying = "result";
2350 T result[8] = { 0 };
2354 result[i] = result_ptr[i];
2377 /* Check result and return. */
2380 if (!AttributeFormatTest::compare<T>(reference[i], result[i]))
2408 ss << result[j];
2494 " result = a_0 + a_1;"
2501 "out float result;\n",
2505 "out vec2 result;\n",
2509 "out vec3 result;\n",
2513 "out vec4 result;\n",
2518 "out double result;\n",
2522 "out dvec2 result;\n",
2526 "out dvec3 result;\n",
2530 "out dvec4 result;\n",
2535 "out int result;\n",
2539 "out ivec2 result;\n",
2543 "out ivec3 result;\n",
2547 "out ivec4 result;\n",
2577 * @return Iteration result.
2724 static const glw::GLchar* xfb_varying = "result";
2907 glw::GLint result[2] = { result_ptr[0], result_ptr[1] };
2912 /* Check result and return. */
2913 if ((0 == result[0]) || (1 == result[1]))
2965 "out ivec2 result;\n"
2970 " result[0] = a_0;\n"
2971 " result[1] = a_1;\n"
3001 * @return Iteration result.
3182 static const glw::GLchar* xfb_varying = "result";
3392 glw::GLint* result = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY);
3395 /* Check result and return. */
3398 if (expected[i] != result[i])
3406 result_str.append(Utilities::itoa((glw::GLuint)result[j]));
3479 "out int result;\n"
3484 " result = a;"
3510 * @return Iteration result.
3550 glw::GLint result = 0;
3551 gl.getVertexArrayiv(vao, GL_ELEMENT_ARRAY_BUFFER_BINDING, &result);
3562 if ((glw::GLuint)result != bo)
3565 << bo << ", but " << result << " was observed. Test fails."
3629 * @return Iteration result.
3837 glw::GLint result = 0;
3839 gl.getVertexArrayIndexediv(m_vao, index, pname, &result);
3851 if (result != expected)
3855 << " returned " << result << ", but " << expected
3877 glw::GLint64 result = 0;
3879 gl.getVertexArrayIndexed64iv(m_vao, index, pname, &result);
3891 if (result != expected)
3895 << " returned " << result << ", but " << expected
3917 * @return Iteration result.
4030 glw::GLint result = 0;
4032 gl.getVertexArrayiv(m_vao, pname, &result);
4035 if (result != expected)
4038 << glu::getVertexAttribParameterNameStr(pname) << " equal to " << result
4061 glw::GLint result = 0;
4063 gl.getVertexArrayIndexediv(m_vao, index, pname, &result);
4066 if (result != expected)
4070 << " equal to " << result << ", but " << expected
4092 glw::GLint64 result = 0;
4094 gl.getVertexArrayIndexed64iv(m_vao, index, pname, &result);
4097 if (result != expected)
4101 << " equal to " << result << ", but " << expected
4123 * @return Iteration result.
4221 * @return Iteration result.
4373 * @return Iteration result.
4508 * @return Iteration result.
4720 * @return Iteration result.
5033 * @return Iteration result.
5180 * @return Iteration result.
5314 * @return Iteration result.
5439 * @return Iteration result.