Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp807 ProgramStateQueryTests::ProgramStateQueryTests (Context& context) in ProgramStateQueryTests() function in deqp::gles31::Functional::ProgramStateQueryTests
812 ProgramStateQueryTests::~ProgramStateQueryTests (void) in ~ProgramStateQueryTests()
816 void ProgramStateQueryTests::init (void) in init()
Des31fFunctionalTests.cpp398 addChild(new ProgramStateQueryTests (m_context)); in init()