Home | History | Annotate | Download | only in glshared

Lines Matching refs:uniforms

316 	// \todo [2015-07-24 pyry] Why are uniforms missing?
390 // \todo [2015-07-24 pyry] Why are uniforms missing?
420 for (size_t ndx = 0; ndx < valueBlock.uniforms.size(); ndx++)
422 const Value& val = valueBlock.uniforms[ndx];
1233 GLU_EXPECT_NO_ERROR(gl.getError(), "before set uniforms");
1244 GLU_EXPECT_NO_ERROR(gl.getError(), "set reference uniforms");
1248 for (size_t valNdx = 0; valNdx < valueBlock.uniforms.size(); valNdx++)
1250 const Value& val = valueBlock.uniforms[valNdx];
1254 GLU_EXPECT_NO_ERROR(gl.getError(), "set uniforms");