Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
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);
Des31fBooleanStateQueryTests.cpp105 BooleanStateQueryTests::BooleanStateQueryTests (Context& context) in BooleanStateQueryTests() function in deqp::gles31::Functional::BooleanStateQueryTests
110 BooleanStateQueryTests::~BooleanStateQueryTests (void) in ~BooleanStateQueryTests()
114 void BooleanStateQueryTests::init (void) in init()
Des31fFunctionalTests.cpp387 addChild(new BooleanStateQueryTests (m_context)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
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);
Des2fBooleanStateQueryTests.cpp539 BooleanStateQueryTests::BooleanStateQueryTests (Context& context) in BooleanStateQueryTests() function in deqp::gles2::Functional::BooleanStateQueryTests
548 BooleanStateQueryTests::~BooleanStateQueryTests (void) in ~BooleanStateQueryTests()
553 void BooleanStateQueryTests::init (void) in init()
596 void BooleanStateQueryTests::deinit (void) in deinit()
Des2fFunctionalTests.cpp289 addChild(new BooleanStateQueryTests (m_context)); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
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);
Des3fBooleanStateQueryTests.cpp729 BooleanStateQueryTests::BooleanStateQueryTests (Context& context) in BooleanStateQueryTests() function in deqp::gles3::Functional::BooleanStateQueryTests
739 BooleanStateQueryTests::~BooleanStateQueryTests (void) in ~BooleanStateQueryTests()
744 void BooleanStateQueryTests::init (void) in init()
797 void BooleanStateQueryTests::deinit (void) in deinit()
Des3fFunctionalTests.cpp352 addChild(new BooleanStateQueryTests (m_context)); in init()