Home
last modified time | relevance | path

Searched refs:ShaderConstExprTests (Results 1 – 12 of 12) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderConstExprTests.hpp36 class ShaderConstExprTests : public TestCaseGroup class
39 ShaderConstExprTests (Context& context);
40 virtual ~ShaderConstExprTests (void);
45 ShaderConstExprTests (const ShaderConstExprTests& other);
46 ShaderConstExprTests& operator= (const ShaderConstExprTests& other);
Des3fShaderConstExprTests.cpp305 ShaderConstExprTests::ShaderConstExprTests (Context& context) in ShaderConstExprTests() function in deqp::gles3::Functional::ShaderConstExprTests
310 ShaderConstExprTests::~ShaderConstExprTests (void) in ~ShaderConstExprTests()
314 void ShaderConstExprTests::init (void) in init()
Des3fFunctionalTests.cpp230 addChild(new ShaderConstExprTests (m_context)); in init()
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.hpp34 class ShaderConstExprTests : public deqp::TestCaseGroup class
37 ShaderConstExprTests(deqp::Context& context);
38 virtual ~ShaderConstExprTests(void);
43 ShaderConstExprTests(const ShaderConstExprTests& other);
44 ShaderConstExprTests& operator=(const ShaderConstExprTests& other);
DglcShaderConstExprTests.cpp325 ShaderConstExprTests::ShaderConstExprTests(deqp::Context& context) in ShaderConstExprTests() function in glcts::ShaderConstExprTests
330 ShaderConstExprTests::~ShaderConstExprTests(void) in ~ShaderConstExprTests()
334 void ShaderConstExprTests::init(void) in init()
/external/deqp/modules/gles2/functional/
Des2fShaderConstExprTests.hpp36 class ShaderConstExprTests : public TestCaseGroup class
39 ShaderConstExprTests (Context& context);
40 virtual ~ShaderConstExprTests (void);
45 ShaderConstExprTests (const ShaderConstExprTests& other);
46 ShaderConstExprTests& operator= (const ShaderConstExprTests& other);
Des2fShaderConstExprTests.cpp210 ShaderConstExprTests::ShaderConstExprTests (Context& context) in ShaderConstExprTests() function in deqp::gles2::Functional::ShaderConstExprTests
215 ShaderConstExprTests::~ShaderConstExprTests (void) in ~ShaderConstExprTests()
220 void ShaderConstExprTests::init (void) in init()
Des2fFunctionalTests.cpp155 addChild(new ShaderConstExprTests (m_context)); in init()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp163 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp174 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp188 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp262 addChild(new glcts::ShaderConstExprTests(getContext())); in init()