Home
last modified time | relevance | path

Searched refs:verifyResults (Results 1 – 12 of 12) sorted by relevance

/external/testng/src/test/java/test/
DInvocationAndSuccessPercentageTest.java22 verifyResults(getPassedTests(), 10, "passed tests"); in invocationCount()
58 verifyResults(getPassedTests(), 8, "passed tests"); in successPercentageThatSucceeds()
59 verifyResults( in successPercentageThatSucceeds()
90 verifyResults(getPassedTests(), 8, "passed tests"); in successPercentageThatFails()
91 verifyResults(getFailedTests(), 1, "failed tests"); in successPercentageThatFails()
92 verifyResults( in successPercentageThatFails()
DBaseTest.java339 protected void verifyResults(Map<String, List<ITestResult>> tests, in verifyResults() method in BaseTest
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp658 bool verifyResults(GLuint index, GLenum pname, GLint expected_value) const;
660 …bool verifyResults(const GLdouble* set_values, GLuint length, GLuint index, const char* function_n…
768 …if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __L… in checkVertexAttribLd()
797 …if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __L… in checkVertexAttribLdv()
834 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, m_buffer_object_id)) in checkVertexAttribLPointer()
839 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE)) in checkVertexAttribLPointer()
844 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, size)) in checkVertexAttribLPointer()
849 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_STRIDE, stride)) in checkVertexAttribLPointer()
854 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_DOUBLE)) in checkVertexAttribLPointer()
859 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_FALSE)) in checkVertexAttribLPointer()
[all …]
Dgl4cGPUShaderFP64Tests.hpp522 bool verifyResults(shaderStage shader_stage) const;
747 bool verifyResults() const;
Dgl4cGPUShaderFP64Tests.cpp4312 if (false == verifyResults(shader_stage)) in test()
4535 bool GPUShaderFP64Test2::verifyResults(shaderStage shader_stage) const in verifyResults() function in gl4cts::GPUShaderFP64Test2
5299 if (false == verifyResults()) in test()
5435 bool GPUShaderFP64Test3::verifyResults() const in verifyResults() function in gl4cts::GPUShaderFP64Test3
12965 bool verifyResults(const functionObject& function_object, glw::GLuint vertex);
15332 if (false == verifyResults(*function_object, vertex)) in test()
15513 bool BuiltinFunctionTest::verifyResults(const functionObject& function_object, glw::GLuint vertex) in verifyResults() function in gl4cts::BuiltinFunctionTest
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp360 bool verifyResults(const glw::Functions& gl, glw::GLuint texture_id);
525 bool verifyResults(glw::GLfloat* buffer_data);
568 bool verifyResults(glw::GLfloat* buffer_data);
DglcRobustnessTests.cpp405 bool verifyResults(deqp::Context& context);
527 if (verifyResults(*context)) in iterate()
570 bool ReadnPixelsTest::verifyResults(deqp::Context& context) in verifyResults() function in glcts::RobustBufferAccessBehavior::ReadnPixelsTest
DglcRobustBufferAccessBehaviorTests.cpp1266 return !verifyResults(gl, texture_id); in verifyInvalidResults()
1277 return verifyResults(gl, texture_id); in verifyValidResults()
1286 bool VertexBufferObjectsTest::verifyResults(const Functions& gl, glw::GLuint texture_id) in verifyResults() function in glcts::RobustBufferAccessBehavior::VertexBufferObjectsTest
3267 test_result &= verifyResults(buffer_data); in iterate()
3337 bool StorageBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults() function in glcts::RobustBufferAccessBehavior::StorageBufferTest
3538 test_result &= verifyResults(buffer_data); in iterate()
3606 bool UniformBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults() function in glcts::RobustBufferAccessBehavior::UniformBufferTest
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.hpp293 …glw::GLboolean verifyResults(glw::GLint* reference, glw::GLint* result, glw::GLuint size, const ch…
DesextcTextureBufferOperations.cpp354 …if (!verifyResults(&reference[0], &result[0], static_cast<glw::GLuint>(m_n_vectors_in_buffer_textu… in iterate()
362 …if (!verifyResults(&reference[0], &result[0], static_cast<glw::GLuint>(m_n_vectors_in_buffer_textu… in iterate()
529 glw::GLboolean TextureBufferOperations::verifyResults(glw::GLint* reference, glw::GLint* result, gl… in verifyResults() function in glcts::TextureBufferOperations
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp688 bool verifyResults (tcu::TestLog& log, const TestParams& params, const VkFormat imageFormat, const … in verifyResults() function
1126 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in test()
1380 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in testLayeredReadBack()
1385 …if (!verifyResults(context.getTestContext().getLog(), params, dsFormat, depthBufferAlloc->getHostP… in testLayeredReadBack()
1388 …if (!verifyResults(context.getTestContext().getLog(), params, stencilBufferFormat, stencilBufferAl… in testLayeredReadBack()
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp156 bool verifyResults (void);
308 if (verifyResults()) in iterate()
375 bool InterInvocationTestCase::verifyResults (void) in verifyResults() function in deqp::gles31::Functional::__anonf29a41730111::InterInvocationTestCase
1107 bool verifyResults (void);
1375 if (verifyResults()) in iterate()
1383 bool InterCallTestCase::verifyResults (void) in verifyResults() function in deqp::gles31::Functional::__anonf29a41730111::InterCallTestCase