Home | History | Annotate | Download | only in gl

Lines Matching refs:expected_error

4937  *  @param [in] expected_error      Error to be expected.
4945 bool RenderbufferAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, bool framebuffer, bool attachment,
4955 if (expected_error != (error = gl.getError()))
4962 << " renderbuffer was expected to generate " << glu::getErrorStr(expected_error) << ", but "
5306 * @param [in] expected_error Error to be expected.
5315 bool TextureAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function_name,
5326 if (expected_error != (error = gl.getError()))
5333 << " was expected to generate " << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
5743 * @param [in] expected_error Error to be expected.
5749 bool DrawReadBuffersErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
5759 if (expected_error != (error = gl.getError()))
5762 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
6064 * @param [in] expected_error Error to be expected.
6070 bool InvalidateDataAndSubDataErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
6080 if (expected_error != (error = gl.getError()))
6083 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
6332 * @param [in] expected_error Error to be expected.
6338 bool ClearNamedFramebufferErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
6348 if (expected_error != (error = gl.getError()))
6351 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
6531 * @param [in] expected_error Error to be expected.
6537 bool CheckStatusErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
6547 if (expected_error != (error = gl.getError()))
6550 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
6740 * @param [in] expected_error Error to be expected.
6746 bool GetParameterErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
6756 if (expected_error != (error = gl.getError()))
6759 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
7085 * @param [in] expected_error Error to be expected.
7091 bool GetAttachmentParameterErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
7101 if (expected_error != (error = gl.getError()))
7104 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
9264 * @param [in] expected_error Error to be expected.
9270 bool StorageErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
9280 if (expected_error != (error = gl.getError()))
9283 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
9470 * @param [in] expected_error Error to be expected.
9476 bool StorageMultisampleErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
9486 if (expected_error != (error = gl.getError()))
9489 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)
9668 * @param [in] expected_error Error to be expected.
9674 bool GetParameterErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function,
9684 if (expected_error != (error = gl.getError()))
9687 << glu::getErrorStr(expected_error) << ", but " << glu::getErrorStr(error)