Searched refs:TextureStateQueryTests (Results 1 - 13 of 13) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureStateQueryTests.hpp36 class TextureStateQueryTests : public TestCaseGroup class in namespace:deqp::gles31::Functional
39 TextureStateQueryTests (Context& context);
40 ~TextureStateQueryTests (void);
45 TextureStateQueryTests (const TextureStateQueryTests& other);
46 TextureStateQueryTests& operator= (const TextureStateQueryTests& other);
H A Des31fTextureStateQueryTests.cpp37 using namespace gls::TextureStateQueryTests;
73 TextureStateQueryTests::TextureStateQueryTests (Context& context) function in class:deqp::gles31::Functional::TextureStateQueryTests
78 TextureStateQueryTests::~TextureStateQueryTests (void)
82 void TextureStateQueryTests::init (void)
H A Des31fSamplerStateQueryTests.cpp37 using namespace gls::TextureStateQueryTests;
80 using namespace gls::TextureStateQueryTests;
H A Des31fFunctionalTests.cpp271 addChild(new TextureStateQueryTests (m_context));
/external/deqp/modules/gles3/functional/
H A Des3fTextureStateQueryTests.hpp36 class TextureStateQueryTests : public TestCaseGroup class in namespace:deqp::gles3::Functional
39 TextureStateQueryTests (Context& context);
44 TextureStateQueryTests (const TextureStateQueryTests& other);
45 TextureStateQueryTests& operator= (const TextureStateQueryTests& other);
H A Des3fTextureStateQueryTests.cpp59 TextureStateQueryTests::TextureStateQueryTests (Context& context) function in class:deqp::gles3::Functional::TextureStateQueryTests
64 void TextureStateQueryTests::init (void)
66 using namespace gls::TextureStateQueryTests;
H A Des3fSamplerStateQueryTests.cpp66 using namespace gls::TextureStateQueryTests;
H A Des3fFunctionalTests.cpp351 addChild(new TextureStateQueryTests (m_context));
/external/deqp/modules/gles2/functional/
H A Des2fTextureStateQueryTests.hpp43 class TextureStateQueryTests : public TestCaseGroup class in namespace:deqp::gles2::Functional
46 TextureStateQueryTests (Context& context);
47 ~TextureStateQueryTests (void);
53 TextureStateQueryTests (const TextureStateQueryTests& other);
54 TextureStateQueryTests& operator= (const TextureStateQueryTests& other);
H A Des2fTextureStateQueryTests.cpp352 TextureStateQueryTests::TextureStateQueryTests (Context& context) function in class:deqp::gles2::Functional::TextureStateQueryTests
359 TextureStateQueryTests::~TextureStateQueryTests (void)
364 void TextureStateQueryTests::init (void)
396 void TextureStateQueryTests::deinit (void)
H A Des2fFunctionalTests.cpp287 addChild(new TextureStateQueryTests (m_context));
/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.hpp36 namespace TextureStateQueryTests namespace in namespace:deqp::gls
81 } // TextureStateQueryTests
H A DglsTextureStateQueryTests.cpp39 namespace TextureStateQueryTests namespace in namespace:deqp::gls
2603 } // TextureStateQueryTests

Completed in 1307 milliseconds