Home
last modified time | relevance | path

Searched refs:TextureShadowTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.hpp36 class TextureShadowTests : public TestCaseGroup class
39 TextureShadowTests (Context& context);
40 ~TextureShadowTests (void);
45 TextureShadowTests (const TextureShadowTests& other);
46 TextureShadowTests& operator= (const TextureShadowTests& other);
Des3fTextureShadowTests.cpp970 TextureShadowTests::TextureShadowTests (Context& context) in TextureShadowTests() function in deqp::gles3::Functional::TextureShadowTests
975 TextureShadowTests::~TextureShadowTests (void) in ~TextureShadowTests()
979 void TextureShadowTests::init (void) in init()
Des3fFunctionalTests.cpp252 addChild(new TextureShadowTests (m_context)); in init()