Searched defs:ComputeShader (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderGroupVoteTests.hpp37 class ComputeShader class in class:gl4cts::ShaderGroupVoteTestCaseBase
53 ComputeShader(const std::string& name, const std::string& shader);
54 ComputeShader(const std::string& name, const std::string& shader, const tcu::Vec4& desiredColor);
55 ~ComputeShader();
70 typedef std::vector<ComputeShader*>::iterator ComputeShaderIter;
76 std::vector<ComputeShader*> m_shaders;
H A Dgl4cShaderGroupVoteTests.cpp39 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::string& shader) function in class:gl4cts::ShaderGroupVoteTestCaseBase::ComputeShader
44 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::string& shader, function in class:gl4cts::ShaderGroupVoteTestCaseBase::ComputeShader
50 ShaderGroupVoteTestCaseBase::ComputeShader::~ComputeShader()
58 void ShaderGroupVoteTestCaseBase::ComputeShader::create(deqp::Context& context)
70 void ShaderGroupVoteTestCaseBase::ComputeShader::execute(deqp::Context& context)
161 void ShaderGroupVoteTestCaseBase::ComputeShader::validate(deqp::Context& context)
174 bool ShaderGroupVoteTestCaseBase::ComputeShader
[all...]
H A Dgl4cProgramInterfaceQueryTests.cpp2501 virtual std::string ComputeShader() function in class:gl4cts::__anon4140::SoubroutinesCompute
2707 GLuint program = CreateComputeProgram(ComputeShader());
4504 virtual std::string ComputeShader() function in class:gl4cts::__anon4140::ComputeShaderTest
4678 GLuint program = CreateComputeProgram(ComputeShader());
H A Dgl4cTextureGatherTests.cpp943 virtual std::string ComputeShader() function in class:gl4cts::__anon4156::GatherBase
1080 program = CreateComputeProgram(ComputeShader());
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.hpp47 ComputeShader enumerator in enum:glcts::eStageType
H A Des31cProgramInterfaceQueryTests.cpp456 virtual std::string ComputeShader() function in class:glcts::__anon4183::ComputeShaderTest
630 GLuint program = CreateComputeProgram(ComputeShader());
2147 virtual std::string ComputeShader() function in class:glcts::__anon4183::ShaderStorageBlock
2196 GLuint program = CreateComputeProgram(ComputeShader());
2546 virtual std::string ComputeShader() function in class:glcts::__anon4183::TopLevelArray
2565 GLuint program = CreateComputeProgram(ComputeShader());
H A Des31cTextureGatherTests.cpp842 virtual std::string ComputeShader() function in class:glcts::__anon4191::GatherBase
954 program = CreateComputeProgram(ComputeShader());

Completed in 174 milliseconds