Searched refs:verifyError (Results 1 - 13 of 13) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferErrors.cpp138 glw::GLboolean TextureBufferErrors::verifyError(const glw::GLenum expected_error, const char* description) function in class:glcts::TextureBufferErrors
178 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
183 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
193 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
199 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
207 test_passed = verifyError(GL_INVALID_OPERATION, "Expected GL_INVALID_OPERATION was not returned "
213 verifyError(GL_INVALID_OPERATION, "Expected GL_INVALID_OPERATION was not returned "
219 test_passed = verifyError(GL_INVALID_VALUE, "Expected INVALID_VALUE was not returned "
225 test_passed = verifyError(GL_INVALID_VALUE, "Expected INVALID_VALUE was not returned "
230 test_passed = verifyError(GL_INVALID_VALU
[all...]
H A DesextcTextureBufferErrors.hpp83 glw::GLboolean verifyError(const glw::GLenum expected_error, const char* description);
/external/deqp/external/openglcts/modules/common/
H A DglcRobustnessTests.cpp229 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method);
331 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformfv [false negative]");
334 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformfv [false positive]");
339 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformiv [false negative]");
342 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformiv [false positive]");
347 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformuiv [false negative]");
350 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformuiv [false positive]");
417 bool GetnUniformTest::verifyError(GLint error, GLint expectedError, const char* method) function in class:glcts::RobustBufferAccessBehavior::GetnUniformTest
450 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method);
661 if (!verifyError(g
675 bool ReadnPixelsTest::verifyError(GLint error, GLint expectedError, const char* method) function in class:glcts::RobustBufferAccessBehavior::ReadnPixelsTest
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp445 void verifyError(GLenum expectedError) function in class:gl3cts::TransformFeedbackOverflowQueryErrorBase
525 verifyError(GL_INVALID_VALUE);
537 verifyError(GL_INVALID_VALUE);
547 verifyError(GL_INVALID_VALUE);
559 verifyError(GL_INVALID_VALUE);
658 verifyError(GL_INVALID_OPERATION);
660 verifyError(GL_INVALID_OPERATION);
669 verifyError(GL_INVALID_OPERATION);
681 verifyError(GL_INVALID_OPERATION);
686 verifyError(GL_INVALID_OPERATIO
[all...]
H A Dgl4cSparseTextureTests.cpp85 bool SparseTextureUtils::verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError) function in class:gl4cts::SparseTextureUtils
711 result = SparseTextureUtils::verifyError(mLog, "glGetTexParameteriv", gl.getError(), GL_NO_ERROR);
716 result = SparseTextureUtils::verifyError(mLog, "glGetTexParameterfv", gl.getError(), GL_NO_ERROR);
721 result = SparseTextureUtils::verifyError(mLog, "glGetGexParameterIiv", gl.getError(), GL_NO_ERROR);
726 result = SparseTextureUtils::verifyError(mLog, "getTexParameterIuiv", gl.getError(), GL_NO_ERROR);
977 result = SparseTextureUtils::verifyError(log, "getIntegerv", gl.getError(), GL_NO_ERROR);
982 result = SparseTextureUtils::verifyError(log, "getInteger64v", gl.getError(), GL_NO_ERROR);
987 result = SparseTextureUtils::verifyError(log, "getFloatv", gl.getError(), GL_NO_ERROR);
992 result = SparseTextureUtils::verifyError(log, "getDoublev", gl.getError(), GL_NO_ERROR);
997 result = SparseTextureUtils::verifyError(lo
[all...]
H A Dgl4cVertexAttrib64BitTest.cpp328 void verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result);
414 verifyError(GL_INVALID_ENUM, message.str().c_str(), __LINE__, result);
418 verifyError(GL_NO_ERROR, "VertexAttribLPointer(..., GL_DOUBLE /* type */, ...)", __LINE__, result);
447 verifyError(GL_INVALID_OPERATION, message.str().c_str(), __LINE__, result);
475 verifyError(GL_INVALID_VALUE, "VertexAttribL1d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result);
478 verifyError(GL_INVALID_VALUE, "VertexAttribL1d(GL_MAX_VERTEX_ATTRIBS + 1, ...)", __LINE__, result);
481 verifyError(GL_INVALID_VALUE, "VertexAttribL2d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result);
484 verifyError(GL_INVALID_VALUE, "VertexAttribL2d(GL_MAX_VERTEX_ATTRIBS + 1, ...)", __LINE__, result);
487 verifyError(GL_INVALID_VALUE, "VertexAttribL3d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result);
490 verifyError(GL_INVALID_VALU
556 void ApiErrorsTest::verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result) function in class:VertexAttrib64Bit::ApiErrorsTest
[all...]
H A Dgl4cBufferStorageTests.hpp78 void verifyError(glw::GLenum expected_error, const glw::GLchar* error_message, bool& out_test_result);
H A Dgl4cBufferStorageTests.cpp1682 verifyError(GL_INVALID_OPERATION, message.c_str(), test_result);
1700 verifyError(GL_INVALID_OPERATION, "NamedBufferStorage was executed for id with immutable storage",
1708 verifyError(GL_INVALID_OPERATION, "BufferStorage was executed for target with immutable storage", test_result);
1728 verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with size == 0", test_result);
1731 verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with size == -16", test_result);
1738 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with size == 0", test_result);
1741 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with size == -16", test_result);
1762 verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with flags == GL_MAP_PERSISTENT_BIT",
1770 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with flags == GL_MAP_PERSISTENT_BIT", test_result);
1790 verifyError(GL_INVALID_VALU
1923 void ErrorsTest::verifyError(glw::GLenum expected_error, const glw::GLchar* error_message, bool& out_test_result) function in class:gl4cts::BufferStorage::ErrorsTest
[all...]
H A Dgl3cTextureSwizzleTests.hpp93 void verifyError(const glw::GLenum expected_error);
H A Dgl4cSparseTextureTests.hpp70 static bool verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError);
H A Dgl3cTextureSwizzleTests.cpp2219 verifyError(GL_NO_ERROR);
2228 verifyError(GL_INVALID_ENUM);
2248 verifyError(GL_NO_ERROR);
2260 verifyError(GL_INVALID_ENUM);
2275 void APIErrorsTest::verifyError(const glw::GLenum expected_error) function in class:gl3cts::TextureSwizzle::APIErrorsTest
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp182 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected) function in namespace:deqp::gles2::Functional::__anon4954
306 verifyError(m_testCtx, gl, GL_NO_ERROR);
311 verifyError(m_testCtx, gl, GL_NO_ERROR);
317 verifyError(m_testCtx, gl, GL_NO_ERROR);
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp185 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected) function in namespace:deqp::gles3::Functional::__anon5100
309 verifyError(m_testCtx, gl, GL_NO_ERROR);
314 verifyError(m_testCtx, gl, GL_NO_ERROR);
320 verifyError(m_testCtx, gl, GL_NO_ERROR);

Completed in 243 milliseconds