Lines Matching refs:rsg
44 rsg::ProgramParameters programParams;
50 rsg::Shader vertexShader(rsg::Shader::TYPE_VERTEX);
51 rsg::Shader fragmentShader(rsg::Shader::TYPE_FRAGMENT);
53 rsg::ProgramGenerator generator;
60 std::vector<const rsg::ShaderInput*> uniforms;
61 std::vector<rsg::VariableValue> uniformValues;
63 rsg::computeUnifiedUniforms(vertexShader, fragmentShader, uniforms);
64 rsg::computeUniformValues(rnd, uniformValues, uniforms);
68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5);