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 225 TextureSwizzleTests::TextureSwizzleTests (Context& context)
230 TextureSwizzleTests::~TextureSwizzleTests (void)
234 void TextureSwizzleTests::init (void)
es3fFunctionalTests.cpp 246 addChild(new TextureSwizzleTests (m_context));

Completed in 1039 milliseconds