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

  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.hpp 36 class TextureFormatTests : public TestCaseGroup
39 TextureFormatTests (Context& context);
40 ~TextureFormatTests (void);
45 TextureFormatTests (const TextureFormatTests& other);
46 TextureFormatTests& operator= (const TextureFormatTests& other);
es2fTextureFormatTests.cpp 383 TextureFormatTests::TextureFormatTests (Context& context)
388 TextureFormatTests::~TextureFormatTests (void)
626 void TextureFormatTests::init (void)
es2fFunctionalTests.cpp 173 addChild(new TextureFormatTests (m_context));
  /external/deqp/modules/gles2/performance/
es2pTextureFormatTests.hpp 36 class TextureFormatTests : public TestCaseGroup
39 TextureFormatTests (Context& context);
40 ~TextureFormatTests (void);
45 TextureFormatTests (const TextureFormatTests& other);
46 TextureFormatTests& operator= (const TextureFormatTests& other);
es2pTextureFormatTests.cpp 39 TextureFormatTests::TextureFormatTests (Context& context)
44 TextureFormatTests::~TextureFormatTests (void)
48 void TextureFormatTests::init (void)
es2pPerformanceTests.cpp 59 addChild(new TextureFormatTests (m_context));
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.hpp 36 class TextureFormatTests : public TestCaseGroup
39 TextureFormatTests (Context& context);
40 ~TextureFormatTests (void);
45 TextureFormatTests (const TextureFormatTests& other);
46 TextureFormatTests& operator= (const TextureFormatTests& other);
es3fFunctionalTests.cpp 241 addChild(new TextureFormatTests (m_context));
es3fTextureFormatTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.hpp 36 class TextureFormatTests : public TestCaseGroup
39 TextureFormatTests (Context& context);
40 ~TextureFormatTests (void);
45 TextureFormatTests (const TextureFormatTests& other);
46 TextureFormatTests& operator= (const TextureFormatTests& other);
es3pTextureFormatTests.cpp 39 TextureFormatTests::TextureFormatTests (Context& context)
44 TextureFormatTests::~TextureFormatTests (void)
48 void TextureFormatTests::init (void)
es3pPerformanceTests.cpp 59 addChild(new TextureFormatTests (m_context));
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.hpp 36 class TextureFormatTests : public TestCaseGroup
39 TextureFormatTests (Context& context);
40 ~TextureFormatTests (void);
45 TextureFormatTests (const TextureFormatTests& other);
46 TextureFormatTests& operator= (const TextureFormatTests& other);
es31fTextureFormatTests.cpp 374 // TextureFormatTests
376 TextureFormatTests::TextureFormatTests (Context& context)
381 TextureFormatTests::~TextureFormatTests (void)
394 void TextureFormatTests::init (void)
es31fFunctionalTests.cpp 248 addChild(new TextureFormatTests (m_context));

Completed in 407 milliseconds