Searched refs:SamplerTest (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cIncompleteTextureAccessTests.cpp | 65 addChild(new IncompleteTextureAccess::SamplerTest(m_context)); in init() 74 SamplerTest::SamplerTest(deqp::Context& context) in SamplerTest() function in gl4cts::IncompleteTextureAccess::SamplerTest 84 tcu::TestNode::IterateResult SamplerTest::iterate() in iterate() 154 void SamplerTest::PrepareProgram(Configuration configuration) in PrepareProgram() 312 void SamplerTest::PrepareTexture(Configuration configuration) in PrepareTexture() 329 void SamplerTest::PrepareFramebuffer() in PrepareFramebuffer() 366 void SamplerTest::PrepareVertexArrays() in PrepareVertexArrays() 385 void SamplerTest::Draw() in Draw() 402 bool SamplerTest::Check(Configuration configuration) in Check() 428 void SamplerTest::CleanCase() in CleanCase() [all …]
|
D | gl4cIncompleteTextureAccessTests.hpp | 97 class SamplerTest : public deqp::TestCase class 101 SamplerTest(deqp::Context& context); 107 SamplerTest(const SamplerTest& other); 108 SamplerTest& operator=(const SamplerTest& other);
|
/external/perfetto/src/profiling/memory/ |
D | sampler_unittest.cc | 27 TEST(SamplerTest, TestLarge) { in TEST() argument 34 TEST(SamplerTest, TestSmall) { in TEST() argument 41 TEST(SamplerTest, TestSequence) { in TEST() argument 50 TEST(SamplerTest, TestGetPassthroughThreshold) { in TEST() argument
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 94 class SamplerTest : public vkt::TestCase class 97 SamplerTest (tcu::TestContext& testContext, 105 virtual ~SamplerTest (void) {} in ~SamplerTest() 134 class SamplerMagFilterTest : public SamplerTest 151 class SamplerMinFilterTest : public SamplerTest 210 class SamplerLodTest : public SamplerTest 237 SamplerTest::checkSupport(context); in checkSupport() 246 class SamplerAddressModesTest : public SamplerTest 280 SamplerTest::SamplerTest (tcu::TestContext& testContext, in SamplerTest() function in vkt::pipeline::__anon24dcd69d0111::SamplerTest 297 ImageSamplingInstanceParams SamplerTest::getImageSamplingInstanceParams (SamplerViewType imageViewT… in getImageSamplingInstanceParams() [all …]
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 1869 class SamplerTest : public tcu::TestCase class 1872 SamplerTest (tcu::TestContext& testCtx, 1892 SamplerTest::SamplerTest (tcu::TestContext& testCtx, in SamplerTest() function in deqp::gls::TextureStateQueryTests::__anonaefd4de40111::SamplerTest 1907 void SamplerTest::init (void) in init() 1927 SamplerTest::IterateResult SamplerTest::iterate (void) in iterate() 1943 class SamplerWrapCase : public SamplerTest 1951 : SamplerTest(testCtx, renderCtx, name, desc, tester, type) in SamplerWrapCase() 2014 class SamplerFilterCase : public SamplerTest 2022 : SamplerTest(testCtx, renderCtx, name, desc, tester, type) in SamplerFilterCase() 2098 class SamplerLODCase : public SamplerTest [all …]
|