Home | History | Annotate | Download | only in glshared

Lines Matching full:seed

189 void setupFbo (const Context& ctx, GLuint seed, GLuint fbo)
196 if (seed == 0)
203 Random rnd (seed);
269 void FboAttacher::initAttachment (GLuint seed, GLuint element)
283 setupFbo(getContext(), seed, *fbo);
290 << " with seed " << seed << "."
302 void FboOutputAttacher::setupContainer (GLuint seed, GLuint fbo)
304 setupFbo(getContext(), seed, fbo);
306 << "// Drew to framebuffer " << fbo << " with seed " << seed << "."
412 void ShaderProgramAttacher::initAttachment (GLuint seed, GLuint shader)
417 Random rnd(seed);