/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureStateQueryTests.hpp | 36 class TextureStateQueryTests : public TestCaseGroup class 39 TextureStateQueryTests(Context &context); 40 ~TextureStateQueryTests(void); 45 TextureStateQueryTests(const TextureStateQueryTests &other); 46 TextureStateQueryTests &operator=(const TextureStateQueryTests &other);
|
H A D | es31fTextureStateQueryTests.cpp | 37 using namespace gls::TextureStateQueryTests; 76 TextureStateQueryTests::TextureStateQueryTests(Context &context) in TextureStateQueryTests() function in deqp::gles31::Functional::TextureStateQueryTests 81 TextureStateQueryTests::~TextureStateQueryTests(void) in ~TextureStateQueryTests() 85 void TextureStateQueryTests::init(void) in init()
|
H A D | es31fSamplerStateQueryTests.cpp | 37 using namespace gls::TextureStateQueryTests; 83 using namespace gls::TextureStateQueryTests; in init()
|
H A D | es31fFunctionalTests.cpp | 399 addChild(new TextureStateQueryTests(m_context)); in init()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureStateQueryTests.hpp | 43 class TextureStateQueryTests : public TestCaseGroup class 46 TextureStateQueryTests(Context &context); 47 ~TextureStateQueryTests(void); 53 TextureStateQueryTests(const TextureStateQueryTests &other); 54 TextureStateQueryTests &operator=(const TextureStateQueryTests &other);
|
H A D | es2fTextureStateQueryTests.cpp | 371 TextureStateQueryTests::TextureStateQueryTests(Context &context) in TextureStateQueryTests() function in deqp::gles2::Functional::TextureStateQueryTests 378 TextureStateQueryTests::~TextureStateQueryTests(void) in ~TextureStateQueryTests() 383 void TextureStateQueryTests::init(void) in init() 433 void TextureStateQueryTests::deinit(void) in deinit()
|
H A D | es2fFunctionalTests.cpp | 286 addChild(new TextureStateQueryTests(m_context)); in init()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureStateQueryTests.hpp | 36 class TextureStateQueryTests : public TestCaseGroup class 39 TextureStateQueryTests(Context &context); 44 TextureStateQueryTests(const TextureStateQueryTests &other); 45 TextureStateQueryTests &operator=(const TextureStateQueryTests &other);
|
H A D | es3fTextureStateQueryTests.cpp | 61 TextureStateQueryTests::TextureStateQueryTests(Context &context) in TextureStateQueryTests() function in deqp::gles3::Functional::TextureStateQueryTests 66 void TextureStateQueryTests::init(void) in init() 68 using namespace gls::TextureStateQueryTests; in init()
|
H A D | es3fSamplerStateQueryTests.cpp | 67 using namespace gls::TextureStateQueryTests; in init()
|
H A D | es3fFunctionalTests.cpp | 353 addChild(new TextureStateQueryTests(m_context)); in init()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsTextureStateQueryTests.hpp | 36 namespace TextureStateQueryTests namespace
|
H A D | glsTextureStateQueryTests.cpp | 39 namespace TextureStateQueryTests namespace
|