Lines Matching defs:seed
191 void setupFbo (const Context& ctx, GLuint seed, GLuint fbo)
198 if (seed == 0)
205 Random rnd (seed);
274 void FboAttacher::initAttachment (GLuint seed, GLuint element)
288 setupFbo(getContext(), seed, *fbo);
295 << " with seed " << seed << "."
307 void FboOutputAttacher::setupContainer (GLuint seed, GLuint fbo)
309 setupFbo(getContext(), seed, fbo);
311 << "// Drew to framebuffer " << fbo << " with seed " << seed << "."
577 void ShaderProgramAttacher::initAttachment (GLuint seed, GLuint shader)
582 Random rnd(seed);