Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A 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);
H A Des31fTextureLevelStateQueryTests.cpp1715 TextureLevelStateQueryTests::TextureLevelStateQueryTests(Context &context) in TextureLevelStateQueryTests() function in deqp::gles31::Functional::TextureLevelStateQueryTests
1720 TextureLevelStateQueryTests::~TextureLevelStateQueryTests(void) in ~TextureLevelStateQueryTests()
1724 void TextureLevelStateQueryTests::init(void) in init()
H A Des31fFunctionalTests.cpp400 addChild(new TextureLevelStateQueryTests(m_context)); in init()