Home
last modified time | relevance | path

Searched refs:Integer64StateQueryTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInteger64StateQueryTests.hpp44 class Integer64StateQueryTests : public TestCaseGroup class
47 Integer64StateQueryTests (Context& context);
48 ~Integer64StateQueryTests (void);
54 Integer64StateQueryTests (const Integer64StateQueryTests& other);
55 Integer64StateQueryTests& operator= (const Integer64StateQueryTests& other);
Des3fInteger64StateQueryTests.cpp266 Integer64StateQueryTests::Integer64StateQueryTests (Context& context) in Integer64StateQueryTests() function in deqp::gles3::Functional::Integer64StateQueryTests
274 Integer64StateQueryTests::~Integer64StateQueryTests (void) in ~Integer64StateQueryTests()
279 void Integer64StateQueryTests::init (void) in init()
312 void Integer64StateQueryTests::deinit (void) in deinit()
Des3fFunctionalTests.cpp354 addChild(new Integer64StateQueryTests (m_context)); in init()