Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A 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);
H A Des3fInteger64StateQueryTests.cpp277 Integer64StateQueryTests::Integer64StateQueryTests(Context &context) in Integer64StateQueryTests() function in deqp::gles3::Functional::Integer64StateQueryTests
285 Integer64StateQueryTests::~Integer64StateQueryTests(void) in ~Integer64StateQueryTests()
290 void Integer64StateQueryTests::init(void) in init()
339 void Integer64StateQueryTests::deinit(void) in deinit()
H A Des3fFunctionalTests.cpp350 addChild(new Integer64StateQueryTests(m_context)); in init()