Lines Matching refs:result
305 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
313 qpTestResult result = QP_TEST_RESULT_FAIL;
315 m_testCtx.setTestResult(result, "This location should never be called.");
715 bool result = true;
733 result &= (expected_alpha == buffer[texel_offset + 3]);
739 result &= (expected_blue == buffer[texel_offset + 2]);
745 result &= (expected_green == buffer[texel_offset + 1]);
751 result &= (expected_red == buffer[texel_offset + 0]);
762 return result;
787 bool result = false;
809 result = buildProgram(program_object_id, fragment_shader_id, n_fs_body_parts, fs_body_parts, geometry_shader_id,
821 return result;