Searched refs:programSources (Results 1 – 2 of 2) sorted by relevance
329 glu::ProgramSources programSources(glu::makeVtxFragSources(vs, fs)); in renderQuad() local332 glu::ShaderProgram testProgram(renderContext, programSources); in renderQuad()
90 glu::ProgramSources programSources (const string& vertexSource, const string& fragmentSource) in programSources() function103 : glu::ShaderProgram(gl, programSources(vertexSource, fragmentSource)) {} in Program()