HomeSort by relevance Sort by last modified time
    Searched refs:ProgramStateQueryTests (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramStateQueryTests.hpp 36 class ProgramStateQueryTests : public TestCaseGroup
39 ProgramStateQueryTests (Context& context);
40 ~ProgramStateQueryTests (void);
45 ProgramStateQueryTests (const ProgramStateQueryTests& other);
46 ProgramStateQueryTests& operator= (const ProgramStateQueryTests& other);
es31fProgramStateQueryTests.cpp 796 ProgramStateQueryTests::ProgramStateQueryTests (Context& context)
801 ProgramStateQueryTests::~ProgramStateQueryTests (void)
805 void ProgramStateQueryTests::init (void)
    [all...]
es31fFunctionalTests.cpp 278 addChild(new ProgramStateQueryTests (m_context));

Completed in 311 milliseconds