Lines Matching refs:Texture2DArrayShadowCase
736 class Texture2DArrayShadowCase : public TestCase class
739 … Texture2DArrayShadowCase(Context &context, const char *name, const char *desc, uint32_t minFilter,
742 ~Texture2DArrayShadowCase(void);
749 Texture2DArrayShadowCase(const Texture2DArrayShadowCase &other);
750 Texture2DArrayShadowCase &operator=(const Texture2DArrayShadowCase &other);
793 Texture2DArrayShadowCase::Texture2DArrayShadowCase(Context &context, const char *name, const char *… in Texture2DArrayShadowCase() function in deqp::gles3::Functional::Texture2DArrayShadowCase
815 Texture2DArrayShadowCase::~Texture2DArrayShadowCase(void) in ~Texture2DArrayShadowCase()
817 Texture2DArrayShadowCase::deinit(); in ~Texture2DArrayShadowCase()
820 void Texture2DArrayShadowCase::init(void) in init()
864 Texture2DArrayShadowCase::deinit(); in init()
917 void Texture2DArrayShadowCase::deinit(void) in deinit()
929 Texture2DArrayShadowCase::IterateResult Texture2DArrayShadowCase::iterate(void) in iterate()
1147 … filterGroup->addChild(new Texture2DArrayShadowCase(m_context, name.c_str(), "", minFilter, in init()