Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.hpp36 class TextureLevelStateQueryTests : public TestCaseGroup class
39 TextureLevelStateQueryTests (Context& context);
40 ~TextureLevelStateQueryTests(void);
45 TextureLevelStateQueryTests (const TextureLevelStateQueryTests& other);
46 TextureLevelStateQueryTests& operator= (const TextureLevelStateQueryTests& other);
Des31fFunctionalTests.cpp276 addChild(new TextureLevelStateQueryTests (m_context)); in init()
Des31fTextureLevelStateQueryTests.cpp1629 TextureLevelStateQueryTests::TextureLevelStateQueryTests (Context& context) in TextureLevelStateQueryTests() function in deqp::gles31::Functional::TextureLevelStateQueryTests
1634 TextureLevelStateQueryTests::~TextureLevelStateQueryTests (void) in ~TextureLevelStateQueryTests()
1638 void TextureLevelStateQueryTests::init (void) in init()