Home
last modified time | relevance | path

Searched refs:ErrorsTest (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.hpp64 class ErrorsTest : public deqp::TestCase class
68 ErrorsTest(deqp::Context& context);
69 virtual ~ErrorsTest() in ~ErrorsTest()
Dgl4cDirectStateAccessQueriesTests.cpp355 ErrorsTest::ErrorsTest(deqp::Context& context) in ErrorsTest() function in gl4cts::DirectStateAccess::Queries::ErrorsTest
369 tcu::TestNode::IterateResult ErrorsTest::iterate() in iterate()
447 bool ErrorsTest::testNegativeNumberOfObjects() in testNegativeNumberOfObjects()
500 bool ErrorsTest::testInvalidTarget() in testInvalidTarget()
549 bool ErrorsTest::testInvalidQueryName() in testInvalidQueryName()
752 bool ErrorsTest::testInvalidBufferName() in testInvalidBufferName()
870 bool ErrorsTest::testInvalidParameterName() in testInvalidParameterName()
1001 bool ErrorsTest::testBufferOverflow() in testBufferOverflow()
1128 bool ErrorsTest::testBufferNegativeOffset() in testBufferNegativeOffset()
1251 bool ErrorsTest::isTarget(glw::GLenum maybe_target) in isTarget()
[all …]
Dgl4cDirectStateAccessTests.hpp271 class ErrorsTest : public deqp::TestCase class
275 ErrorsTest(deqp::Context& context);
281 ErrorsTest(const ErrorsTest& other);
282 ErrorsTest& operator=(const ErrorsTest& other);
511 class ErrorsTest : public deqp::TestCase class
515 ErrorsTest(deqp::Context& context);
521 ErrorsTest(const ErrorsTest& other);
522 ErrorsTest& operator=(const ErrorsTest& other);
705 class ErrorsTest : public deqp::TestCase class
709 ErrorsTest(deqp::Context& context);
[all …]
Dgl4cDirectStateAccessXFBTests.cpp950 ErrorsTest::ErrorsTest(deqp::Context& context) in ErrorsTest() function in gl4cts::DirectStateAccess::TransformFeedback::ErrorsTest
963 tcu::TestNode::IterateResult ErrorsTest::iterate() in iterate()
1032 void ErrorsTest::prepareFunctionPointers() in prepareFunctionPointers()
1056 void ErrorsTest::cleanErrors() in cleanErrors()
1073 bool ErrorsTest::testCreateTransformFeedbacksForInvalidNumberOfObjects() in testCreateTransformFeedbacksForInvalidNumberOfObjects()
1115 bool ErrorsTest::testQueriesForInvalidNameOfObject() in testQueriesForInvalidNameOfObject()
1238 bool ErrorsTest::testGetTransformFeedbackivQueryForInvalidParameterName() in testGetTransformFeedbackivQueryForInvalidParameterName()
1308 bool ErrorsTest::testGetTransformFeedbacki_vQueryForInvalidParameterName() in testGetTransformFeedbacki_vQueryForInvalidParameterName()
1379 bool ErrorsTest::testGetTransformFeedbacki64_vQueryForInvalidParameterName() in testGetTransformFeedbacki64_vQueryForInvalidParameterName()
1452 bool ErrorsTest::testIndexedQueriesForInvalidBindingPoint() in testIndexedQueriesForInvalidBindingPoint()
Dgl4cDirectStateAccessProgramPipelinesTests.cpp394 ErrorsTest::ErrorsTest(deqp::Context& context) in ErrorsTest() function in gl4cts::DirectStateAccess::ProgramPipelines::ErrorsTest
404 tcu::TestNode::IterateResult ErrorsTest::iterate() in iterate()
Dgl4cDirectStateAccessBuffersTests.cpp2417 ErrorsTest::ErrorsTest(deqp::Context& context) in ErrorsTest() function in gl4cts::DirectStateAccess::Buffers::ErrorsTest
2441 tcu::TestNode::IterateResult ErrorsTest::iterate() in iterate()
2573 bool ErrorsTest::ErrorCheckAndLog(const glw::GLchar* function_name, const glw::GLenum expected_erro… in ErrorCheckAndLog()
2622 bool ErrorsTest::TestErrorsOfClearNamedBufferData() in TestErrorsOfClearNamedBufferData()
2855 bool ErrorsTest::TestErrorsOfClearNamedBufferSubData() in TestErrorsOfClearNamedBufferSubData()
3131 bool ErrorsTest::TestErrorsOfCopyNamedBufferSubData() in TestErrorsOfCopyNamedBufferSubData()
3368 bool ErrorsTest::TestErrorsOfCreateBuffers() in TestErrorsOfCreateBuffers()
3411 bool ErrorsTest::TestErrorsOfFlushMappedNamedBufferRange() in TestErrorsOfFlushMappedNamedBufferRange()
3563 bool ErrorsTest::TestErrorsOfGetNamedBufferParameter() in TestErrorsOfGetNamedBufferParameter()
3705 bool ErrorsTest::TestErrorsOfGetNamedBufferPointerv() in TestErrorsOfGetNamedBufferPointerv()
[all …]
Dgl4cDirectStateAccessSamplersTests.cpp373 ErrorsTest::ErrorsTest(deqp::Context& context) : deqp::TestCase(context, "samplers_errors", "Sample… in ErrorsTest() function in gl4cts::DirectStateAccess::Samplers::ErrorsTest
382 tcu::TestNode::IterateResult ErrorsTest::iterate() in iterate()
Dgl4cDirectStateAccessTests.cpp68 addChild(new TransformFeedback::ErrorsTest(m_context)); in init()
74 addChild(new Samplers::ErrorsTest(m_context)); in init()
80 addChild(new ProgramPipelines::ErrorsTest(m_context)); in init()
86 addChild(new Queries::ErrorsTest(m_context)); in init()
101 addChild(new Buffers::ErrorsTest(m_context)); in init()
Dgl4cBufferStorageTests.cpp1637 ErrorsTest::ErrorsTest(deqp::Context& context) in ErrorsTest() function in gl4cts::BufferStorage::ErrorsTest
1647 tcu::TestNode::IterateResult ErrorsTest::iterate() in iterate()
1917 void ErrorsTest::verifyError(glw::GLenum expected_error, const glw::GLchar* error_message, bool& ou… in verifyError()
3712 addChild(new BufferStorage::ErrorsTest(m_context)); in init()