Lines Matching refs:GlslSource
172 const GlslSource * vshader,
173 const GlslSource * fshader,
174 const GlslSource * gshader,
175 const GlslSource * tcshader,
176 const GlslSource * teshader)
300 de::MovePtr<glu::ShaderProgram> makeComputePipeline(glc::Context& context, const GlslSource &glslTemplate,
1095 const GlslSource& vshader = context.getSourceCollection().get("vert");
1096 const GlslSource& tcshader = context.getSourceCollection().get("tesc");
1097 const GlslSource& teshader = context.getSourceCollection().get("tese");
1098 const GlslSource& fshader = context.getSourceCollection().get("fragment");
1280 const GlslSource& vshader = context.getSourceCollection().get("vert");
1281 const GlslSource& gshader = context.getSourceCollection().get("geometry");
1282 const GlslSource& fshader = context.getSourceCollection().get("fragment");
1482 const GlslSource *vshader = &context.getSourceCollection().get(vert);
1483 const GlslSource *fshader = DE_NULL;
1484 const GlslSource *gshader = DE_NULL;
1485 const GlslSource *tcshader = DE_NULL;
1486 const GlslSource *teshader = DE_NULL;
1730 const GlslSource& vshader = context.getSourceCollection().get("vert");
1731 const GlslSource& fshader = context.getSourceCollection().get("fragment");
1898 const GlslSource& vshader = context.getSourceCollection().get("vert");
1899 const GlslSource& fshader = context.getSourceCollection().get("fragment");
2108 const GlslSource &cshader = context.getSourceCollection().get("comp");