Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fBooleanStateQueryTests.hpp36 class BooleanStateQueryTests : public TestCaseGroup class
39 BooleanStateQueryTests(Context &context);
40 ~BooleanStateQueryTests(void);
45 BooleanStateQueryTests(const BooleanStateQueryTests &other);
46 BooleanStateQueryTests &operator=(const BooleanStateQueryTests &other);
H A Des31fBooleanStateQueryTests.cpp113 BooleanStateQueryTests::BooleanStateQueryTests(Context &context) in BooleanStateQueryTests() function in deqp::gles31::Functional::BooleanStateQueryTests
118 BooleanStateQueryTests::~BooleanStateQueryTests(void) in ~BooleanStateQueryTests()
122 void BooleanStateQueryTests::init(void) in init()
H A Des31fFunctionalTests.cpp396 addChild(new BooleanStateQueryTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.hpp45 class BooleanStateQueryTests : public TestCaseGroup class
48 BooleanStateQueryTests(Context &context);
49 ~BooleanStateQueryTests(void);
55 BooleanStateQueryTests(const BooleanStateQueryTests &other);
56 BooleanStateQueryTests &operator=(const BooleanStateQueryTests &other);
H A Des2fBooleanStateQueryTests.cpp534 BooleanStateQueryTests::BooleanStateQueryTests(Context &context) in BooleanStateQueryTests() function in deqp::gles2::Functional::BooleanStateQueryTests
543 BooleanStateQueryTests::~BooleanStateQueryTests(void) in ~BooleanStateQueryTests()
548 void BooleanStateQueryTests::init(void) in init()
611 void BooleanStateQueryTests::deinit(void) in deinit()
H A Des2fFunctionalTests.cpp283 addChild(new BooleanStateQueryTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.hpp46 class BooleanStateQueryTests : public TestCaseGroup class
49 BooleanStateQueryTests(Context &context);
50 ~BooleanStateQueryTests(void);
56 BooleanStateQueryTests(const BooleanStateQueryTests &other);
57 BooleanStateQueryTests &operator=(const BooleanStateQueryTests &other);
H A Des3fBooleanStateQueryTests.cpp723 BooleanStateQueryTests::BooleanStateQueryTests(Context &context) in BooleanStateQueryTests() function in deqp::gles3::Functional::BooleanStateQueryTests
733 BooleanStateQueryTests::~BooleanStateQueryTests(void) in ~BooleanStateQueryTests()
738 void BooleanStateQueryTests::init(void) in init()
828 void BooleanStateQueryTests::deinit(void) in deinit()
H A Des3fFunctionalTests.cpp348 addChild(new BooleanStateQueryTests(m_context)); in init()