Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.hpp36 class TextureSizeTests : public TestCaseGroup class
39 TextureSizeTests (Context& context);
40 ~TextureSizeTests (void);
45 TextureSizeTests (const TextureSizeTests& other);
46 TextureSizeTests& operator= (const TextureSizeTests& other);
Des2fTextureSizeTests.cpp333 TextureSizeTests::TextureSizeTests (Context& context) in TextureSizeTests() function in deqp::gles2::Functional::TextureSizeTests
338 TextureSizeTests::~TextureSizeTests (void) in ~TextureSizeTests()
342 void TextureSizeTests::init (void) in init()
Des2fFunctionalTests.cpp178 addChild(new TextureSizeTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.hpp36 class TextureSizeTests : public TestCaseGroup class
39 TextureSizeTests (Context& context);
40 ~TextureSizeTests (void);
45 TextureSizeTests (const TextureSizeTests& other);
46 TextureSizeTests& operator= (const TextureSizeTests& other);
Des3fTextureSizeTests.cpp334 TextureSizeTests::TextureSizeTests (Context& context) in TextureSizeTests() function in deqp::gles3::Functional::TextureSizeTests
339 TextureSizeTests::~TextureSizeTests (void) in ~TextureSizeTests()
343 void TextureSizeTests::init (void) in init()
Des3fFunctionalTests.cpp247 addChild(new TextureSizeTests (m_context)); in init()