Home
last modified time | relevance | path

Searched refs:ExpectError (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DSkSLDSLTest.cpp57 class ExpectError : public SkSL::ErrorReporter { class
59 ExpectError(skiatest::Reporter* reporter, const char* msg) in ExpectError() function in ExpectError
66 ~ExpectError() override {
222 ExpectError error(r, "floating point value is infinite"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
227 ExpectError error(r, "floating point value is NaN"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
232 ExpectError error(r, "'float4' is not a valid parameter to 'float2' constructor; use '.xy' " in DEF_GPUTEST_FOR_MOCK_CONTEXT()
238 ExpectError error(r, "invalid arguments to 'float4' constructor (expected 4 scalars, but " in DEF_GPUTEST_FOR_MOCK_CONTEXT()
274 ExpectError error(r, "floating point value is infinite"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
279 ExpectError error(r, "floating point value is NaN"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
284 ExpectError erro in DEF_GPUTEST_FOR_MOCK_CONTEXT()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4822 is_ok &= ExpectError(GL_INVALID_OPERATION, false, true, false, true, true); in iterate()
4827 is_ok &= ExpectError(GL_INVALID_OPERATION, true, false, true, true, true); in iterate()
4832 is_ok &= ExpectError(GL_INVALID_ENUM, true, false, false, true, true); in iterate()
4837 is_ok &= ExpectError(GL_INVALID_ENUM, true, true, false, false, true); in iterate()
4842 is_ok &= ExpectError(GL_INVALID_OPERATION, true, true, false, true, false); in iterate()
4945 bool RenderbufferAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, bool framebuffer, bool attachment, in ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::RenderbufferAttachmentErrorsTest
5069 is_ok &= ExpectError(GL_INVALID_OPERATION, "NamedFramebufferTexture", false, true, false, true, true, "", true); in iterate()
5074 is_ok &= ExpectError(GL_INVALID_OPERATION, "NamedFramebufferTexture", true, false, true, true, true, "", true); in iterate()
5079 is_ok &= ExpectError(GL_INVALID_ENUM, "NamedFramebufferTexture", true, false, false, true, true, "", true); in iterate()
5084 is_ok &= ExpectError(GL_INVALID_VALU in iterate()
5315 bool TextureAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function_name, ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentErrorsTest
5749 bool DrawReadBuffersErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::DrawReadBuffersErrorsTest
6070 bool InvalidateDataAndSubDataErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::InvalidateDataAndSubDataErrorsTest
6338 bool ClearNamedFramebufferErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::ClearNamedFramebufferErrorsTest
6537 bool CheckStatusErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::CheckStatusErrorsTest
6746 bool GetParameterErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::GetParameterErrorsTest
7091 bool GetAttachmentParameterErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Framebuffers::GetAttachmentParameterErrorsTest
9318 bool StorageErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Renderbuffers::StorageErrorsTest
9524 bool StorageMultisampleErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Renderbuffers::StorageMultisampleErrorsTest
9722 bool GetParameterErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function, ExpectError() function in gl4cts::DirectStateAccess::Renderbuffers::GetParameterErrorsTest
[all...]
H A Dgl4cProgramInterfaceQueryTests.cpp188 virtual inline void ExpectError(GLenum expected, long& error) in ExpectError() function in gl4cts::__anon27639::PIQBase
2760 ExpectError(GL_INVALID_VALUE, error); in Run()
2762 ExpectError(GL_INVALID_VALUE, error); in Run()
2764 ExpectError(GL_INVALID_VALUE, error); in Run()
2766 ExpectError(GL_INVALID_VALUE, error); in Run()
2768 ExpectError(GL_INVALID_VALUE, error); in Run()
2770 ExpectError(GL_INVALID_VALUE, error); in Run()
2783 ExpectError(GL_INVALID_VALUE, error); in Run()
2790 ExpectError(GL_INVALID_VALUE, error); in Run()
2795 ExpectError(GL_INVALID_VALU in Run()
[all...]
H A Dgl4cDirectStateAccessTests.hpp3079 bool ExpectError(glw::GLenum expected_error, bool framebuffer, bool attachment, bool color_attachment,
3150 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function_name, bool framebuffer, bool attachment,
3254 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function, const glw::GLchar* conditions);
3343 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function, const glw::GLchar* conditions);
3394 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function, const glw::GLchar* conditions);
3428 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function, const glw::GLchar* conditions);
3466 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function, const glw::GLchar* conditions);
3527 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function, const glw::GLchar* conditions);
3913 bool ExpectError(glw::GLenum expected_error, const glw::GLchar* function, const glw::GLchar* conditions);
3960 bool ExpectError(gl
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp136 virtual inline void ExpectError(GLenum expected, long& error) in ExpectError() function in glcts::__anon27692::PIQBase
2077 ExpectError(GL_INVALID_VALUE, error); in Run()
2079 ExpectError(GL_INVALID_VALUE, error); in Run()
2081 ExpectError(GL_INVALID_VALUE, error); in Run()
2083 ExpectError(GL_INVALID_VALUE, error); in Run()
2085 ExpectError(GL_INVALID_VALUE, error); in Run()
2098 ExpectError(GL_INVALID_VALUE, error); in Run()
2105 ExpectError(GL_INVALID_VALUE, error); in Run()
2110 ExpectError(GL_INVALID_VALUE, error); in Run()
2113 ExpectError(GL_INVALID_VALU in Run()
[all...]

Completed in 28 milliseconds