Home | History | Annotate | Download | only in functional

Lines Matching refs:glUniform1f

1175 		msg << " using glUseProgram and glUniform1f";
1177 glUniform1f(location, value);
1422 glUniform1f(vtxLoc, refPp.vtxScale);
1424 << "// Set uniform 'vtxScale' to " << refPp.vtxScale << " using glUniform1f"
1426 glUniform1f(frgLoc, refPp.frgScale);
1428 << "// Set uniform 'frgScale' to " << refPp.frgScale << " using glUniform1f"