Home | History | Annotate | Download | only in functional

Lines Matching refs:sources

1143 	glu::ProgramSources sources;
1288 sources << glu::ShaderSource(shader->getType(), sourceBuf.str() + usageBuf.str());
1292 sources << glu::ProgramSeparable(true);
1295 sources << glu::TransformFeedbackVarying(program->getTransformFeedbackVaryings()[ndx]);
1298 sources << glu::TransformFeedbackMode(program->getTransformFeedbackMode());
1300 return sources;