HomeSort by relevance Sort by last modified time
    Searched refs:TextureSwizzleTests (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.hpp 36 class TextureSwizzleTests : public TestCaseGroup
39 TextureSwizzleTests (Context& context);
40 ~TextureSwizzleTests (void);
45 TextureSwizzleTests (const TextureSwizzleTests& other);
46 TextureSwizzleTests& operator= (const TextureSwizzleTests& other);
es3fTextureSwizzleTests.cpp 224 TextureSwizzleTests::TextureSwizzleTests (Context& context)
229 TextureSwizzleTests::~TextureSwizzleTests (void)
233 void TextureSwizzleTests::init (void)
es3fFunctionalTests.cpp 246 addChild(new TextureSwizzleTests (m_context));

Completed in 52 milliseconds