Lines Matching defs:expected

86 	long ValidateReadBuffer(const Vec4& expected)
101 x, y, tcu::RGBA(static_cast<int>(expected[0] * 255), static_cast<int>(expected[1] * 255),
102 static_cast<int>(expected[2] * 255), static_cast<int>(expected[3] * 255)));
351 bool CheckMaxValue(GLenum e, GLint expected)
359 if (i < expected)
364 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
369 if (i64 < static_cast<GLint64>(expected))
374 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
379 if (f < static_cast<GLfloat>(expected))
384 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
389 if (d < static_cast<GLdouble>(expected))
394 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
403 bool CheckGetCommands(GLenum e, GLint expected)
409 if (i != expected)
414 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
419 if (i64 != static_cast<GLint64>(expected))
424 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
429 if (f != static_cast<GLfloat>(expected))
434 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
439 if (d != static_cast<GLdouble>(expected))
444 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage;
449 if (b != (expected ? GL_TRUE : GL_FALSE))
454 << ", expected: " << (expected ? GL_TRUE : GL_FALSE) << ")" << tcu::TestLog::EndMessage;
472 << ", expected: " << binding << ", index: " << index << ")" << tcu::TestLog::EndMessage;
482 << static_cast<GLint>(i64) << ", expected: " << binding << ", index: " << index << ")"
494 << ", expected: " << binding << ", index: " << index << ")" << tcu::TestLog::EndMessage;
505 << ", expected: " << binding << ", index: " << index << ")" << tcu::TestLog::EndMessage;
516 << ", expected: " << (binding ? GL_TRUE : GL_FALSE) << ", index: " << index << ")"
527 << ", expected: " << static_cast<GLint>(start) << ", index: " << index << ")"
537 << ", expected: " << static_cast<GLint>(size) << ", index: " << index << ")"
900 "Verify that basic buffer operations work as expected with new buffer target." NL
1012 return NL "Verify that setting and getting buffer state works as expected for new buffer target.";
1065 "works as expected. In particualr make sure that binding with BindBufferBase and BindBufferRange" NL
1473 return NL "Verify that simple usage of atomic counters work as expected." NL
1558 return NL "Verify that atomic counters work as expected in the Fragment Shader stage." NL
1561 "Also make sure that the final values in atomic counter buffer objects are as expected.";
1691 return NL "Verify that atomic counters work as expected in the Vertex Shader stage." NL
1694 "Also make sure that the final values in atomic counter buffer objects are as expected.";
1845 return NL "Verify that atomic counters work as expected in the Geometry Shader stage." NL
1848 "Also make sure that the final values in atomic counter buffer objects are as expected.";
1994 return NL "Verify that atomic counters work as expected in the Tessellation Evaluation Shader stage." NL
1997 "Also make sure that the final values in atomic counter buffer objects are as expected.";
2145 "Verify that this scenario works as expected. In particular ensure that all generated values are "
2146 "unique and" NL "final value in atomic counter buffer objects are as expected.";
2310 "Verify that this scenario works as expected and final values in the buffer objects are correct.";
2474 return NL "Verify that large atomic counters array works as expected when indexed with dynamically uniform "
2822 "This scenario is a base for some practical algorithms. Verify that it works as expected.";
2945 "This scenario is a base for some practical algorithms. Verify that it works as expected.";
3637 return NL "Verify that atomic counters work as expected in the Fragment Shader when declared with no offset "
3640 "Also make sure that the final values in atomic counter buffer objects are as expected.";
3770 return NL "Verify that atomic counters work as expected in the Compute Shader stage." NL
3773 "Also make sure that the final values in atomic counter buffer objects are as expected.";