Home
last modified time | relevance | path

Searched refs:FloatStateQueryTests (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fFloatStateQueryTests.hpp44 class FloatStateQueryTests : public TestCaseGroup class
47 FloatStateQueryTests(Context &context);
48 ~FloatStateQueryTests(void);
54 FloatStateQueryTests(const FloatStateQueryTests &other);
55 FloatStateQueryTests &operator=(const FloatStateQueryTests &other);
H A Des2fFloatStateQueryTests.cpp1066 FloatStateQueryTests::FloatStateQueryTests(Context &context) in FloatStateQueryTests() function in deqp::gles2::Functional::FloatStateQueryTests
1074 FloatStateQueryTests::~FloatStateQueryTests(void) in ~FloatStateQueryTests()
1079 void FloatStateQueryTests::init(void) in init()
1132 void FloatStateQueryTests::deinit(void) in deinit()
H A Des2fFunctionalTests.cpp285 addChild(new FloatStateQueryTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.hpp45 class FloatStateQueryTests : public TestCaseGroup class
48 FloatStateQueryTests(Context &context);
49 ~FloatStateQueryTests(void);
55 FloatStateQueryTests(const FloatStateQueryTests &other);
56 FloatStateQueryTests &operator=(const FloatStateQueryTests &other);
H A Des3fFloatStateQueryTests.cpp1215 FloatStateQueryTests::FloatStateQueryTests(Context &context) in FloatStateQueryTests() function in deqp::gles3::Functional::FloatStateQueryTests
1224 FloatStateQueryTests::~FloatStateQueryTests(void) in ~FloatStateQueryTests()
1229 void FloatStateQueryTests::init(void) in init()
1293 void FloatStateQueryTests::deinit(void) in deinit()
H A Des3fFunctionalTests.cpp351 addChild(new FloatStateQueryTests(m_context)); in init()