Home
last modified time | relevance | path

Searched refs:SamplerIndexingCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp332 class SamplerIndexingCase : public TestCase class
335SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderTyp…
336 ~SamplerIndexingCase (void);
342 SamplerIndexingCase (const SamplerIndexingCase&);
343 SamplerIndexingCase& operator= (const SamplerIndexingCase&);
352 SamplerIndexingCase::SamplerIndexingCase (Context& context, const char* name, const char* descripti… in SamplerIndexingCase() function in deqp::gles31::Functional::__anon3ffe64040111::SamplerIndexingCase
360 SamplerIndexingCase::~SamplerIndexingCase (void) in ~SamplerIndexingCase()
364 void SamplerIndexingCase::init (void) in init()
395 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const i… in getShaderSpec()
485 SamplerIndexingCase::IterateResult SamplerIndexingCase::iterate (void) in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp984 class SamplerIndexingCase : public OpaqueTypeIndexingCase class
987 SamplerIndexingCase (tcu::TestContext& testCtx,
993 virtual ~SamplerIndexingCase (void);
998 SamplerIndexingCase (const SamplerIndexingCase&);
999 SamplerIndexingCase& operator= (const SamplerIndexingCase&);
1009 SamplerIndexingCase::SamplerIndexingCase (tcu::TestContext& testCtx, in SamplerIndexingCase() function in vkt::shaderexecutor::__anon04ee0ba80111::SamplerIndexingCase
1025 SamplerIndexingCase::~SamplerIndexingCase (void) in ~SamplerIndexingCase()
1029 TestInstance* SamplerIndexingCase::createInstance (Context& ctx) const in createInstance()
1040 void SamplerIndexingCase::createShaderSpec (void) in createShaderSpec()
1991 …shaderGroup->addChild(new SamplerIndexingCase(m_testCtx, caseName.c_str(), "", shaderType, sampler… in init()