Home
last modified time | relevance | path

Searched refs:TextureWrapTests (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fTextureWrapTests.hpp36 class TextureWrapTests : public TestCaseGroup class
39 TextureWrapTests (Context& context);
40 ~TextureWrapTests (void);
45 TextureWrapTests (const TextureWrapTests& other);
46 TextureWrapTests& operator= (const TextureWrapTests& other);
Des2fTextureWrapTests.cpp226 TextureWrapTests::TextureWrapTests (Context& context) in TextureWrapTests() function in deqp::gles2::Functional::TextureWrapTests
231 TextureWrapTests::~TextureWrapTests (void) in ~TextureWrapTests()
235 void TextureWrapTests::init (void) in init()
Des2fFunctionalTests.cpp179 addChild(new TextureWrapTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.hpp36 class TextureWrapTests : public TestCaseGroup class
39 TextureWrapTests (Context& context);
40 ~TextureWrapTests (void);
45 TextureWrapTests (const TextureWrapTests& other);
46 TextureWrapTests& operator= (const TextureWrapTests& other);
Des3fTextureWrapTests.cpp360 TextureWrapTests::TextureWrapTests (Context& context) in TextureWrapTests() function in deqp::gles3::Functional::TextureWrapTests
365 TextureWrapTests::~TextureWrapTests (void) in ~TextureWrapTests()
369 void TextureWrapTests::init (void) in init()
Des3fFunctionalTests.cpp248 addChild(new TextureWrapTests (m_context)); in init()