Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fIntegerStateQueryTests.hpp36 class IntegerStateQueryTests : public TestCaseGroup class
39 IntegerStateQueryTests(Context &context);
40 ~IntegerStateQueryTests(void);
45 IntegerStateQueryTests(const IntegerStateQueryTests &other);
46 IntegerStateQueryTests &operator=(const IntegerStateQueryTests &other);
H A Des31fIntegerStateQueryTests.cpp844 IntegerStateQueryTests::IntegerStateQueryTests(Context &context) in IntegerStateQueryTests() function in deqp::gles31::Functional::IntegerStateQueryTests
849 IntegerStateQueryTests::~IntegerStateQueryTests(void) in ~IntegerStateQueryTests()
853 void IntegerStateQueryTests::init(void) in init()
H A Des31fFunctionalTests.cpp397 addChild(new IntegerStateQueryTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.hpp44 class IntegerStateQueryTests : public TestCaseGroup class
47 IntegerStateQueryTests(Context &context);
48 ~IntegerStateQueryTests(void);
54 IntegerStateQueryTests(const IntegerStateQueryTests &other);
55 IntegerStateQueryTests &operator=(const IntegerStateQueryTests &other);
H A Des2fIntegerStateQueryTests.cpp2128 IntegerStateQueryTests::IntegerStateQueryTests(Context &context) in IntegerStateQueryTests() function in deqp::gles2::Functional::IntegerStateQueryTests
2136 IntegerStateQueryTests::~IntegerStateQueryTests(void) in ~IntegerStateQueryTests()
2141 void IntegerStateQueryTests::init(void) in init()
2544 void IntegerStateQueryTests::deinit(void) in deinit()
H A Des2fFunctionalTests.cpp284 addChild(new IntegerStateQueryTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.hpp45 class IntegerStateQueryTests : public TestCaseGroup class
48 IntegerStateQueryTests(Context &context);
49 ~IntegerStateQueryTests(void);
55 IntegerStateQueryTests(const IntegerStateQueryTests &other);
56 IntegerStateQueryTests &operator=(const IntegerStateQueryTests &other);
H A Des3fIntegerStateQueryTests.cpp2863 IntegerStateQueryTests::IntegerStateQueryTests(Context &context) in IntegerStateQueryTests() function in deqp::gles3::Functional::IntegerStateQueryTests
2872 IntegerStateQueryTests::~IntegerStateQueryTests(void) in ~IntegerStateQueryTests()
2877 void IntegerStateQueryTests::init(void) in init()
3437 void IntegerStateQueryTests::deinit(void) in deinit()
H A Des3fFunctionalTests.cpp349 addChild(new IntegerStateQueryTests(m_context)); in init()