Lines Matching refs:Texture2DArrayShadowCase
695 class Texture2DArrayShadowCase : public TestCase class
698 …Texture2DArrayShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter…
699 ~Texture2DArrayShadowCase (void);
706 Texture2DArrayShadowCase (const Texture2DArrayShadowCase& other);
707 Texture2DArrayShadowCase& operator= (const Texture2DArrayShadowCase& other);
752 Texture2DArrayShadowCase::Texture2DArrayShadowCase (Context& context, const char* name, const char*… in Texture2DArrayShadowCase() function in deqp::gles3::Functional::Texture2DArrayShadowCase
770 Texture2DArrayShadowCase::~Texture2DArrayShadowCase (void) in ~Texture2DArrayShadowCase()
772 Texture2DArrayShadowCase::deinit(); in ~Texture2DArrayShadowCase()
775 void Texture2DArrayShadowCase::init (void) in init()
818 Texture2DArrayShadowCase::deinit(); in init()
872 void Texture2DArrayShadowCase::deinit (void) in deinit()
884 Texture2DArrayShadowCase::IterateResult Texture2DArrayShadowCase::iterate (void) in iterate()
1107 …filterGroup->addChild(new Texture2DArrayShadowCase(m_context, name.c_str(), "", minFilter, magFilt… in init()