Lines Matching refs:test_case
220 …void captureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint output_cha…
228 void executeTestCase(const testCase& test_case);
232 …std::string getFragmentShader(const testCase& test_case, size_t output_format_index, bool is_teste…
234 std::string getVertexShader(const testCase& test_case, bool is_tested_stage);
242 void logTestCaseDetials(const testCase& test_case);
244 …void prepareAndTestProgram(const testCase& test_case, size_t output_format_index, glw::GLint outpu…
247 std::string prepareArguments(const testCase& test_case);
248 std::string prepareCoordinates(const testCase& test_case);
250 std::string prepareDerivatives(const testCase& test_case, size_t index);
252 std::string prepareOffsets(const testCase& test_case);
260 virtual void verifyOutputImage(const testCase& test_case, size_t output_format_index,
328 virtual void verifyOutputImage(const testCase& test_case, size_t output_format_index,
337 wrongResults(const FunctionalTest::testCase& test_case) : m_test_case(test_case) in wrongResults() argument