Lines Matching refs:Texture2DShadowCase
154 class Texture2DShadowCase : public TestCase class
157 …Texture2DShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, d…
158 ~Texture2DShadowCase (void);
165 Texture2DShadowCase (const Texture2DShadowCase& other);
166 Texture2DShadowCase& operator= (const Texture2DShadowCase& other);
207 Texture2DShadowCase::Texture2DShadowCase (Context& context, const char* name, const char* desc, deU… in Texture2DShadowCase() function in deqp::gles3::Functional::Texture2DShadowCase
222 Texture2DShadowCase::~Texture2DShadowCase (void) in ~Texture2DShadowCase()
227 void Texture2DShadowCase::init (void) in init()
264 Texture2DShadowCase::deinit(); in init()
315 void Texture2DShadowCase::deinit (void) in deinit()
325 Texture2DShadowCase::IterateResult Texture2DShadowCase::iterate (void) in iterate()
1047 …filterGroup->addChild(new Texture2DShadowCase(m_context, name.c_str(), "", minFilter, magFilter, w… in init()