Searched defs:ShaderLoopTests (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.hpp35 class ShaderLoopTests : public TestCaseGroup class in namespace:deqp::gles2::Functional
38 ShaderLoopTests (Context& context);
39 virtual ~ShaderLoopTests (void);
44 ShaderLoopTests (const ShaderLoopTests&); // not allowed!
45 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
H A Des2fShaderLoopTests.cpp1252 // ShaderLoopTests.
1254 ShaderLoopTests::ShaderLoopTests(Context& context) function in class:deqp::gles2::Functional::ShaderLoopTests
1259 ShaderLoopTests::~ShaderLoopTests (void)
1263 void ShaderLoopTests::init (void)
/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.hpp35 class ShaderLoopTests : public TestCaseGroup class in namespace:deqp::gles3::Functional
38 ShaderLoopTests (Context& context);
39 virtual ~ShaderLoopTests (void);
44 ShaderLoopTests (const ShaderLoopTests&); // not allowed!
45 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
H A Des3fShaderLoopTests.cpp1128 // ShaderLoopTests.
1130 ShaderLoopTests::ShaderLoopTests(Context& context) function in class:deqp::gles3::Functional::ShaderLoopTests
1135 ShaderLoopTests::~ShaderLoopTests (void)
1139 void ShaderLoopTests::init (void)

Completed in 877 milliseconds