Searched refs:TextureShadowTests (Results 1 – 3 of 3) sorted by relevance
36 class TextureShadowTests : public TestCaseGroup class39 TextureShadowTests (Context& context);40 ~TextureShadowTests (void);45 TextureShadowTests (const TextureShadowTests& other);46 TextureShadowTests& operator= (const TextureShadowTests& other);
970 TextureShadowTests::TextureShadowTests (Context& context) in TextureShadowTests() function in deqp::gles3::Functional::TextureShadowTests975 TextureShadowTests::~TextureShadowTests (void) in ~TextureShadowTests()979 void TextureShadowTests::init (void) in init()
252 addChild(new TextureShadowTests (m_context)); in init()