Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp1105 FloatStateQueryTests::FloatStateQueryTests (Context& context) in FloatStateQueryTests() function in deqp::gles2::Functional::FloatStateQueryTests
1113 FloatStateQueryTests::~FloatStateQueryTests (void) in ~FloatStateQueryTests()
1118 void FloatStateQueryTests::init (void) in init()
1141 void FloatStateQueryTests::deinit (void) in deinit()
Des2fFunctionalTests.cpp291 addChild(new FloatStateQueryTests (m_context)); in init()
/third_party/vk-gl-cts/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.cpp1250 FloatStateQueryTests::FloatStateQueryTests (Context& context) in FloatStateQueryTests() function in deqp::gles3::Functional::FloatStateQueryTests
1259 FloatStateQueryTests::~FloatStateQueryTests (void) in ~FloatStateQueryTests()
1264 void FloatStateQueryTests::init (void) in init()
1291 void FloatStateQueryTests::deinit (void) in deinit()
Des3fFunctionalTests.cpp355 addChild(new FloatStateQueryTests (m_context)); in init()