Home | History | Annotate | Download | only in functional

Lines Matching refs:fragSrc

1234 		const std::string			fragSrc	= getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT);
1236 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc);
1277 const char* fragSrc =
1291 return (shaderType == glu::SHADERTYPE_VERTEX) ? vertSrc : fragSrc;
1359 const std::string fragSrc = getShaderSource(glu::SHADERTYPE_FRAGMENT);
1361 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc);