Home
last modified time | relevance | path

Searched refs:ParameterSetupErrorsTest (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp6659 class ParameterSetupErrorsTest : public deqp::TestCase, ErrorsUtilities class
6663 ParameterSetupErrorsTest(deqp::Context& context);
6669 ParameterSetupErrorsTest(const ParameterSetupErrorsTest& other);
6670 ParameterSetupErrorsTest& operator=(const ParameterSetupErrorsTest& other);
Dgl4cDirectStateAccessTexturesTests.cpp11931 ParameterSetupErrorsTest::ParameterSetupErrorsTest(deqp::Context& context) in ParameterSetupErrorsTest() function in gl4cts::DirectStateAccess::Textures::ParameterSetupErrorsTest
11947 tcu::TestNode::IterateResult ParameterSetupErrorsTest::iterate() in iterate()
12006 void ParameterSetupErrorsTest::Prepare() in Prepare()
12097 bool ParameterSetupErrorsTest::Testf() in Testf()
12225 bool ParameterSetupErrorsTest::Testi() in Testi()
12353 bool ParameterSetupErrorsTest::Testfv() in Testfv()
12477 bool ParameterSetupErrorsTest::Testiv() in Testiv()
12601 bool ParameterSetupErrorsTest::TestIiv() in TestIiv()
12725 bool ParameterSetupErrorsTest::TestIuiv() in TestIuiv()
12831 void ParameterSetupErrorsTest::Clean() in Clean()
Dgl4cDirectStateAccessTests.cpp480 addChild(new Textures::ParameterSetupErrorsTest(m_context)); in init()