Home
last modified time | relevance | path

Searched refs:ShaderLoopTests (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.hpp35 class ShaderLoopTests : public TestCaseGroup class
38 ShaderLoopTests (Context& context);
39 virtual ~ShaderLoopTests (void);
44 ShaderLoopTests (const ShaderLoopTests&); // not allowed!
45 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
Des2fShaderLoopTests.cpp1255 ShaderLoopTests::ShaderLoopTests(Context& context) in ShaderLoopTests() function in deqp::gles2::Functional::ShaderLoopTests
1260 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()
1264 void ShaderLoopTests::init (void) in init()
Des2fFunctionalTests.cpp140 addChild(new ShaderLoopTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.hpp35 class ShaderLoopTests : public TestCaseGroup class
38 ShaderLoopTests (Context& context);
39 virtual ~ShaderLoopTests (void);
44 ShaderLoopTests (const ShaderLoopTests&); // not allowed!
45 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
Des3fShaderLoopTests.cpp1131 ShaderLoopTests::ShaderLoopTests(Context& context) in ShaderLoopTests() function in deqp::gles3::Functional::ShaderLoopTests
1136 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()
1140 void ShaderLoopTests::init (void) in init()
Des3fFunctionalTests.cpp211 addChild(new ShaderLoopTests (m_context)); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1252 class ShaderLoopTests : public tcu::TestCaseGroup class
1255 ShaderLoopTests (tcu::TestContext& testCtx);
1256 virtual ~ShaderLoopTests (void);
1261 ShaderLoopTests (const ShaderLoopTests&); // not allowed!
1262 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
1265 ShaderLoopTests::ShaderLoopTests(tcu::TestContext& testCtx) in ShaderLoopTests() function in vkt::sr::__anonf25694fe0111::ShaderLoopTests
1270 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()
1274 void ShaderLoopTests::init (void) in init()
1365 return new ShaderLoopTests(testCtx); in createLoopTests()