Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
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);
Des2fFloatStateQueryTests.cpp1103 FloatStateQueryTests::FloatStateQueryTests (Context& context) in FloatStateQueryTests() function in deqp::gles2::Functional::FloatStateQueryTests
1111 FloatStateQueryTests::~FloatStateQueryTests (void) in ~FloatStateQueryTests()
1116 void FloatStateQueryTests::init (void) in init()
1139 void FloatStateQueryTests::deinit (void) in deinit()
Des2fFunctionalTests.cpp290 addChild(new FloatStateQueryTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
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);
Des3fFloatStateQueryTests.cpp1248 FloatStateQueryTests::FloatStateQueryTests (Context& context) in FloatStateQueryTests() function in deqp::gles3::Functional::FloatStateQueryTests
1257 FloatStateQueryTests::~FloatStateQueryTests (void) in ~FloatStateQueryTests()
1262 void FloatStateQueryTests::init (void) in init()
1289 void FloatStateQueryTests::deinit (void) in deinit()
Des3fFunctionalTests.cpp355 addChild(new FloatStateQueryTests (m_context)); in init()