Home
last modified time | relevance | path

Searched refs:ShaderFunctionTests (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderFunctionTests.hpp35 class ShaderFunctionTests : public TestCaseGroup class
38 ShaderFunctionTests (Context& context);
39 virtual ~ShaderFunctionTests (void);
44 ShaderFunctionTests (const ShaderFunctionTests&); // not allowed!
45 ShaderFunctionTests& operator= (const ShaderFunctionTests&); // not allowed!
Des2fShaderFunctionTests.cpp142 ShaderFunctionTests::ShaderFunctionTests (Context& context) in ShaderFunctionTests() function in deqp::gles2::Functional::ShaderFunctionTests
147 ShaderFunctionTests::~ShaderFunctionTests (void) in ~ShaderFunctionTests()
151 void ShaderFunctionTests::init (void) in init()
Des2fFunctionalTests.cpp158 addChild(new ShaderFunctionTests (m_context)); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderFunctionTests.hpp35 class ShaderFunctionTests : public TestCaseGroup class
38 ShaderFunctionTests (Context& context);
39 virtual ~ShaderFunctionTests (void);
44 ShaderFunctionTests (const ShaderFunctionTests&); // not allowed!
45 ShaderFunctionTests& operator= (const ShaderFunctionTests&); // not allowed!
Des3fShaderFunctionTests.cpp157 ShaderFunctionTests::ShaderFunctionTests (Context& context) in ShaderFunctionTests() function in deqp::gles3::Functional::ShaderFunctionTests
162 ShaderFunctionTests::~ShaderFunctionTests (void) in ~ShaderFunctionTests()
166 void ShaderFunctionTests::init (void) in init()
Des3fFunctionalTests.cpp217 addChild(new ShaderFunctionTests (m_context)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderFunctionTests.hpp33 class ShaderFunctionTests : public TestCaseGroup class
36 ShaderFunctionTests(Context& context, glu::GLSLVersion glslVersion);
37 virtual ~ShaderFunctionTests(void);
42 ShaderFunctionTests(const ShaderFunctionTests&); // not allowed!
43 ShaderFunctionTests& operator=(const ShaderFunctionTests&); // not allowed!
DglcShaderFunctionTests.cpp173 ShaderFunctionTests::ShaderFunctionTests(Context& context, glu::GLSLVersion glslVersion) in ShaderFunctionTests() function in deqp::ShaderFunctionTests
178 ShaderFunctionTests::~ShaderFunctionTests(void) in ~ShaderFunctionTests()
182 void ShaderFunctionTests::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cTestPackage.cpp146 addChild(new deqp::ShaderFunctionTests(m_context, glu::GLSL_VERSION_300_ES)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cTestPackage.cpp163 shadersGroup->addChild(new deqp::ShaderFunctionTests(getContext(), glu::GLSL_VERSION_320_ES)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp260 addChild(new deqp::ShaderFunctionTests(m_context, glu::GLSL_VERSION_330)); in init()