Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A 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);
H A Des2fStringQueryTests.cpp44 StringQueryTests::StringQueryTests(Context &context) : TestCaseGroup(context, "string", "String Que… in StringQueryTests() function in deqp::gles2::Functional::StringQueryTests
48 StringQueryTests::~StringQueryTests(void) in ~StringQueryTests()
52 void StringQueryTests::init(void) in init()
H A Des2fFunctionalTests.cpp287 addChild(new StringQueryTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A 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);
H A Des3fStringQueryTests.cpp44 StringQueryTests::StringQueryTests(Context &context) : TestCaseGroup(context, "string", "String Que… in StringQueryTests() function in deqp::gles3::Functional::StringQueryTests
48 StringQueryTests::~StringQueryTests(void) in ~StringQueryTests()
52 void StringQueryTests::init(void) in init()
H A Des3fFunctionalTests.cpp354 addChild(new StringQueryTests(m_context)); in init()