Searched refs:genShaderSources (Results 1 – 3 of 3) sorted by relevance
108 static glu::ProgramSources genShaderSources (const vector<UniformInfo>& uniformList);225 const glu::ProgramSources sources = genShaderSources(uniformList); in run()254 glu::ProgramSources UniformLocationCase::genShaderSources (const vector<UniformInfo>& uniformList) in genShaderSources() function in deqp::gles31::Functional::__anonac4205910111::UniformLocationCase
950 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& post… in genShaderSources() function975 …const glu::ShaderProgram program (gl, genShaderSources(preCommonBlendState, postCommonBlendSta… in renderQuad()
325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSo… in genShaderSources() function426 …genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size require… in createVertexCaptureProgram()