Home
last modified time | relevance | path

Searched refs:ShaderLoopTests (Results 1 – 11 of 11) 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.cpp144 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.cpp216 addChild(new ShaderLoopTests (m_context)); in init()
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.hpp33 class ShaderLoopTests : public TestCaseGroup class
36 ShaderLoopTests(Context& context, glu::GLSLVersion glslVersion);
37 virtual ~ShaderLoopTests(void);
42 ShaderLoopTests(const ShaderLoopTests&); // not allowed!
43 ShaderLoopTests& operator=(const ShaderLoopTests&); // not allowed!
DglcShaderLoopTests.cpp1125 ShaderLoopTests::ShaderLoopTests(Context& context, glu::GLSLVersion glslVersion) in ShaderLoopTests() function in deqp::ShaderLoopTests
1130 ShaderLoopTests::~ShaderLoopTests(void) in ~ShaderLoopTests()
1134 void ShaderLoopTests::init(void) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1478 class ShaderLoopTests : public tcu::TestCaseGroup class
1481 ShaderLoopTests (tcu::TestContext& testCtx);
1482 virtual ~ShaderLoopTests (void);
1487 ShaderLoopTests (const ShaderLoopTests&); // not allowed!
1488 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
1491 ShaderLoopTests::ShaderLoopTests(tcu::TestContext& testCtx) in ShaderLoopTests() function in vkt::sr::__anon640968670111::ShaderLoopTests
1496 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()
1500 void ShaderLoopTests::init (void) in init()
1591 return new ShaderLoopTests(testCtx); in createLoopTests()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp138 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_300_ES)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp258 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_330)); in init()