Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fStringQueryTests.hpp36 class StringQueryTests : public TestCaseGroup class
39 StringQueryTests (Context& context);
40 ~StringQueryTests (void);
45 StringQueryTests (const StringQueryTests& other);
46 StringQueryTests& operator= (const StringQueryTests& other);
Des3fStringQueryTests.cpp44 StringQueryTests::StringQueryTests (Context& context) in StringQueryTests() function in deqp::gles3::Functional::StringQueryTests
49 StringQueryTests::~StringQueryTests (void) in ~StringQueryTests()
53 void StringQueryTests::init (void) in init()
Des3fFunctionalTests.cpp352 addChild(new StringQueryTests (m_context)); in init()
/external/deqp/modules/gles2/functional/
Des2fStringQueryTests.hpp36 class StringQueryTests : public TestCaseGroup class
39 StringQueryTests (Context& context);
40 ~StringQueryTests (void);
45 StringQueryTests (const StringQueryTests& other);
46 StringQueryTests& operator= (const StringQueryTests& other);
Des2fStringQueryTests.cpp44 StringQueryTests::StringQueryTests (Context& context) in StringQueryTests() function in deqp::gles2::Functional::StringQueryTests
49 StringQueryTests::~StringQueryTests (void) in ~StringQueryTests()
53 void StringQueryTests::init (void) in init()
Des2fFunctionalTests.cpp288 addChild(new StringQueryTests (m_context)); in init()