Home
last modified time | relevance | path

Searched refs:SamplerStateQueryTests (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fSamplerStateQueryTests.hpp36 class SamplerStateQueryTests : public TestCaseGroup class
39 SamplerStateQueryTests(Context &context);
44 SamplerStateQueryTests(const SamplerStateQueryTests &other);
45 SamplerStateQueryTests &operator=(const SamplerStateQueryTests &other);
H A Des3fSamplerStateQueryTests.cpp61 SamplerStateQueryTests::SamplerStateQueryTests(Context &context) in SamplerStateQueryTests() function in deqp::gles3::Functional::SamplerStateQueryTests
65 void SamplerStateQueryTests::init(void) in init()
H A Des3fFunctionalTests.cpp355 addChild(new SamplerStateQueryTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSamplerStateQueryTests.hpp36 class SamplerStateQueryTests : public TestCaseGroup class
39 SamplerStateQueryTests(Context &context);
44 SamplerStateQueryTests(const SamplerStateQueryTests &other);
45 SamplerStateQueryTests &operator=(const SamplerStateQueryTests &other);
H A Des31fSamplerStateQueryTests.cpp76 SamplerStateQueryTests::SamplerStateQueryTests(Context &context) in SamplerStateQueryTests() function in deqp::gles31::Functional::SamplerStateQueryTests
81 void SamplerStateQueryTests::init(void) in init()
H A Des31fFunctionalTests.cpp401 addChild(new SamplerStateQueryTests(m_context)); in init()