Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
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);
Des31fProgramStateQueryTests.cpp794 ProgramStateQueryTests::ProgramStateQueryTests (Context& context) in ProgramStateQueryTests() function in deqp::gles31::Functional::ProgramStateQueryTests
799 ProgramStateQueryTests::~ProgramStateQueryTests (void) in ~ProgramStateQueryTests()
803 void ProgramStateQueryTests::init (void) in init()
Des31fFunctionalTests.cpp364 addChild(new ProgramStateQueryTests (m_context)); in init()