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