Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramStateQueryTests.hpp36 class ProgramStateQueryTests : public TestCaseGroup class
39 ProgramStateQueryTests(Context &context);
40 ~ProgramStateQueryTests(void);
45 ProgramStateQueryTests(const ProgramStateQueryTests &other);
46 ProgramStateQueryTests &operator=(const ProgramStateQueryTests &other);
H A Des31fProgramStateQueryTests.cpp831 ProgramStateQueryTests::ProgramStateQueryTests(Context &context) in ProgramStateQueryTests() function in deqp::gles31::Functional::ProgramStateQueryTests
836 ProgramStateQueryTests::~ProgramStateQueryTests(void) in ~ProgramStateQueryTests()
840 void ProgramStateQueryTests::init(void) in init()
H A Des31fFunctionalTests.cpp407 addChild(new ProgramStateQueryTests(m_context)); in init()