Home
last modified time | relevance | path

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

/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.cpp359 TextureWrapTests::TextureWrapTests (Context& context) in TextureWrapTests() function in deqp::gles3::Functional::TextureWrapTests
364 TextureWrapTests::~TextureWrapTests (void) in ~TextureWrapTests()
368 void TextureWrapTests::init (void) in init()
Des3fFunctionalTests.cpp243 addChild(new TextureWrapTests (m_context)); in init()
/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.cpp225 TextureWrapTests::TextureWrapTests (Context& context) in TextureWrapTests() function in deqp::gles2::Functional::TextureWrapTests
230 TextureWrapTests::~TextureWrapTests (void) in ~TextureWrapTests()
234 void TextureWrapTests::init (void) in init()
Des2fFunctionalTests.cpp175 addChild(new TextureWrapTests (m_context)); in init()