/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateErrors.cpp | 74 glw::GLboolean FragmentShadingRateErrors::verifyError(const glw::GLenum expected_error, const char* description) const in verifyError() function in glcts::FragmentShadingRateErrors 117 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "glShadingRateEXT <rate> is not valid"); in iterate() 183 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "framebufferShadingRateEXT <target> is not valid"); in iterate() 188 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "framebufferShadingRateEXT <attachment> is not valid"); in iterate() 193 testPassed = testPassed && verifyError(GL_INVALID_VALUE, "framebufferShadingRateEXT <texture> is not valid"); in iterate() 199 testPassed = testPassed && verifyError(GL_INVALID_VALUE, "framebufferShadingRateEXT <baseLayer> is not valid"); in iterate() 204 testPassed = testPassed && verifyError(GL_INVALID_VALUE, "framebufferShadingRateEXT <numLayers> is not valid"); in iterate() 212 verifyError(GL_INVALID_VALUE, "framebufferShadingRateEXT <texelWidth, texelHeight> is not valid"); in iterate() 220 verifyError(GL_INVALID_VALUE, "framebufferShadingRateEXT <texelWidth, texelHeight> is not valid"); in iterate() 237 testPassed = testPassed && verifyError(GL_INVALID_ENU in iterate() [all...] |
H A D | esextcFragmentShadingRateErrors.hpp | 49 glw::GLboolean verifyError(const glw::GLenum expected_error, const char* description) const;
|
H A D | esextcFragmentShadingRateBasic.hpp | 73 glw::GLboolean verifyError(const glw::GLenum expected_error, const char* description) const;
|
H A D | esextcFragmentShadingRateBasic.cpp | 200 glw::GLboolean FragmentShadingRateBasic::verifyError(const glw::GLenum expected_error, const char* description) const in verifyError() function in glcts::FragmentShadingRateBasic
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferErrors.cpp | 138 glw::GLboolean TextureBufferErrors::verifyError(const glw::GLenum expected_error, const char* description) in verifyError() function in glcts::TextureBufferErrors 178 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned " in iterate() 183 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned " in iterate() 193 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned " in iterate() 199 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned " in iterate() 207 test_passed = verifyError(GL_INVALID_OPERATION, "Expected GL_INVALID_OPERATION was not returned " in iterate() 213 verifyError(GL_INVALID_OPERATION, "Expected GL_INVALID_OPERATION was not returned " in iterate() 219 test_passed = verifyError(GL_INVALID_VALUE, "Expected INVALID_VALUE was not returned " in iterate() 225 test_passed = verifyError(GL_INVALID_VALUE, "Expected INVALID_VALUE was not returned " in iterate() 230 test_passed = verifyError(GL_INVALID_VALU in iterate() [all...] |
H A D | esextcTextureBufferErrors.hpp | 83 glw::GLboolean verifyError(const glw::GLenum expected_error, const char* description);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 120 void verifyError(GLenum expectedError, const char* missmatchMessage) const; 121 void verifyError(GLenum expectedError1, GLenum expectedError2, const char* missmatchMessage) const; 353 void Texture3DBase::verifyError(GLenum expectedError, const char* missmatchMessage) const in verifyError() function in es2cts::Texture3DBase 366 void Texture3DBase::verifyError(GLenum expectedError1, GLenum expectedError2, const char* missmatchMessage) const in verifyError() function in es2cts::Texture3DBase 1162 verifyError(GL_INVALID_ENUM, message1); in iterate() 1164 verifyError(GL_INVALID_ENUM, message1); in iterate() 1167 verifyError(GL_INVALID_ENUM, "GL_INVALID_ENUM is generated if type is not a type constant."); in iterate() 1170 verifyError(GL_INVALID_ENUM, "GL_INVALID_ENUM is generated if format is not an accepted format constant."); in iterate() 1173 verifyError(GL_INVALID_VALUE, "GL_INVALID_VALUE is generated if internalFormat is not one of the accepted " in iterate() 1179 verifyError(GL_INVALID_OPERATIO in iterate() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 445 void verifyError(GLenum expectedError) in verifyError() function in gl3cts::TransformFeedbackOverflowQueryErrorBase 525 verifyError(GL_INVALID_VALUE); in iterate() 537 verifyError(GL_INVALID_VALUE); in iterate() 547 verifyError(GL_INVALID_VALUE); in iterate() 559 verifyError(GL_INVALID_VALUE); in iterate() 658 verifyError(GL_INVALID_OPERATION); in iterate() 660 verifyError(GL_INVALID_OPERATION); in iterate() 669 verifyError(GL_INVALID_OPERATION); in iterate() 681 verifyError(GL_INVALID_OPERATION); in iterate() 686 verifyError(GL_INVALID_OPERATIO in iterate() [all...] |
H A D | gl4cSparseTextureTests.cpp | 85 bool SparseTextureUtils::verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError) in verifyError() function in gl4cts::SparseTextureUtils 702 result = SparseTextureUtils::verifyError(mLog, "glGetTexParameteriv", gl.getError(), GL_NO_ERROR); in testNumSparseLevelsARB() 707 result = SparseTextureUtils::verifyError(mLog, "glGetTexParameterfv", gl.getError(), GL_NO_ERROR); in testNumSparseLevelsARB() 712 result = SparseTextureUtils::verifyError(mLog, "glGetGexParameterIiv", gl.getError(), GL_NO_ERROR); in testNumSparseLevelsARB() 717 result = SparseTextureUtils::verifyError(mLog, "getTexParameterIuiv", gl.getError(), GL_NO_ERROR); in testNumSparseLevelsARB() 962 result = SparseTextureUtils::verifyError(log, "getIntegerv", gl.getError(), GL_NO_ERROR); in testSipmleQueries() 967 result = SparseTextureUtils::verifyError(log, "getInteger64v", gl.getError(), GL_NO_ERROR); in testSipmleQueries() 972 result = SparseTextureUtils::verifyError(log, "getFloatv", gl.getError(), GL_NO_ERROR); in testSipmleQueries() 977 result = SparseTextureUtils::verifyError(log, "getDoublev", gl.getError(), GL_NO_ERROR); in testSipmleQueries() 982 result = SparseTextureUtils::verifyError(lo in testSipmleQueries() [all...] |
H A D | gl4cVertexAttrib64BitTest.cpp | 328 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); in invalidEnum() 418 verifyError(GL_NO_ERROR, "VertexAttribLPointer(..., GL_DOUBLE /* type */, ...)", __LINE__, result); in invalidEnum() 447 verifyError(GL_INVALID_OPERATION, message.str().c_str(), __LINE__, result); in invalidOperation() 475 verifyError(GL_INVALID_VALUE, "VertexAttribL1d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result); in invalidValue() 478 verifyError(GL_INVALID_VALUE, "VertexAttribL1d(GL_MAX_VERTEX_ATTRIBS + 1, ...)", __LINE__, result); in invalidValue() 481 verifyError(GL_INVALID_VALUE, "VertexAttribL2d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result); in invalidValue() 484 verifyError(GL_INVALID_VALUE, "VertexAttribL2d(GL_MAX_VERTEX_ATTRIBS + 1, ...)", __LINE__, result); in invalidValue() 487 verifyError(GL_INVALID_VALUE, "VertexAttribL3d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result); in invalidValue() 490 verifyError(GL_INVALID_VALU in invalidValue() 556 void ApiErrorsTest::verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result) verifyError() function in VertexAttrib64Bit::ApiErrorsTest [all...] |
H A D | gl4cBufferStorageTests.cpp | 1676 verifyError(GL_INVALID_OPERATION, message.c_str(), test_result); in iterate() 1694 verifyError(GL_INVALID_OPERATION, "NamedBufferStorage was executed for id with immutable storage", in iterate() 1702 verifyError(GL_INVALID_OPERATION, "BufferStorage was executed for target with immutable storage", test_result); in iterate() 1722 verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with size == 0", test_result); in iterate() 1725 verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with size == -16", test_result); in iterate() 1732 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with size == 0", test_result); in iterate() 1735 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with size == -16", test_result); in iterate() 1756 verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with flags == GL_MAP_PERSISTENT_BIT", in iterate() 1764 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with flags == GL_MAP_PERSISTENT_BIT", test_result); in iterate() 1784 verifyError(GL_INVALID_VALU in iterate() 1917 void ErrorsTest::verifyError(glw::GLenum expected_error, const glw::GLchar* error_message, bool& out_test_result) verifyError() function in gl4cts::BufferStorage::ErrorsTest [all...] |
H A D | gl4cBufferStorageTests.hpp | 78 void verifyError(glw::GLenum expected_error, const glw::GLchar* error_message, bool& out_test_result);
|
H A D | gl3cTextureSwizzleTests.hpp | 93 void verifyError(const glw::GLenum expected_error);
|
H A D | gl4cSparseTextureTests.hpp | 70 static bool verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError);
|
H A D | gl3cTextureSwizzleTests.cpp | 2215 verifyError(GL_NO_ERROR); in iterate() 2224 verifyError(GL_INVALID_ENUM); in iterate() 2244 verifyError(GL_NO_ERROR); in iterate() 2256 verifyError(GL_INVALID_ENUM); in iterate() 2271 void APIErrorsTest::verifyError(const glw::GLenum expected_error) in verifyError() function in gl3cts::TextureSwizzle::APIErrorsTest
|
/third_party/node/test/parallel/ |
H A D | test-crypto-dh.js | 22 assert.strictEqual(dh1.verifyError, 0); 23 assert.strictEqual(dh2.verifyError, 0); 36 assert.strictEqual(dh3.verifyError, 0); 49 assert.strictEqual(dh4.verifyError, 0);
|
H A D | test-tls-socket-default-options.js | 65 callback(this.ssl.verifyError());
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustnessTests.cpp | 219 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method); 300 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformfv [false negative]"); in iterate() 303 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformfv [false positive]"); in iterate() 308 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformiv [false negative]"); in iterate() 311 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformiv [false positive]"); in iterate() 316 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformuiv [false negative]"); in iterate() 319 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformuiv [false positive]"); in iterate() 373 bool GetnUniformTest::verifyError(GLint error, GLint expectedError, const char* method) in verifyError() function in glcts::RobustBufferAccessBehavior::GetnUniformTest 406 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method); 604 if (!verifyError(g in verifyResults() 618 bool ReadnPixelsTest::verifyError(GLint error, GLint expectedError, const char* method) verifyError() function in glcts::RobustBufferAccessBehavior::ReadnPixelsTest [all...] |
/third_party/node/lib/ |
H A D | _tls_wrap.js | 1168 const verifyError = this._handle.verifyError(); 1169 if (verifyError) { 1170 this.authorizationError = verifyError.code; 1255 // A) verifyError returns null meaning the client's certificate is signed 1260 // verifyError returns a string indicating the problem. The server can 1659 let verifyError = this._handle.verifyError(); 1663 if (!verifyError && !this.isSessionReused()) { 1669 verifyError [all...] |
/third_party/node/lib/internal/crypto/ |
H A D | diffiehellman.js | 123 ObjectDefineProperty(this, 'verifyError', { 126 value: this[kHandle].verifyError, 136 ObjectDefineProperty(this, 'verifyError', { 139 value: this[kHandle].verifyError,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPolygonOffsetTests.cpp | 183 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected) in verifyError() function 307 verifyError(m_testCtx, gl, GL_NO_ERROR); in iterate() 312 verifyError(m_testCtx, gl, GL_NO_ERROR); in iterate() 318 verifyError(m_testCtx, gl, GL_NO_ERROR); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 180 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected) in verifyError() function 304 verifyError(m_testCtx, gl, GL_NO_ERROR); in iterate() 309 verifyError(m_testCtx, gl, GL_NO_ERROR); in iterate() 315 verifyError(m_testCtx, gl, GL_NO_ERROR); in iterate()
|