Lines Matching defs:ShaderPipeline
40 ShaderBallotBaseTestCase::ShaderPipeline::ShaderPipeline(glu::ShaderType testedShader,
176 ShaderBallotBaseTestCase::ShaderPipeline::~ShaderPipeline()
194 const char* const* ShaderBallotBaseTestCase::ShaderPipeline::getShaderParts(glu::ShaderType shaderType) const
199 unsigned int ShaderBallotBaseTestCase::ShaderPipeline::getShaderPartsCount(glu::ShaderType shaderType) const
204 void ShaderBallotBaseTestCase::ShaderPipeline::renderQuad(deqp::Context& context)
224 void ShaderBallotBaseTestCase::ShaderPipeline::executeComputeShader(deqp::Context& context)
307 void ShaderBallotBaseTestCase::ShaderPipeline::use(deqp::Context& context)
314 void ShaderBallotBaseTestCase::ShaderPipeline::test(deqp::Context& context)
326 void ShaderBallotBaseTestCase::createShaderPrograms(ShaderPipeline& pipeline)
476 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, colorShaderSnippet));
551 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, colorShaderSnippet, specMap));
626 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, ballotFalseSnippet));
627 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, ballotTrueSnippet));
628 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, ballotMixedSnippet));
700 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, readFirstInvSnippet));
701 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, readInvSnippet));