Home | History | Annotate | Download | only in functional

Lines Matching full:glgetuniformlocation

897 	// Get uniform values with glGetUniform*() and put to valuesDst. Uniforms that get -1 from glGetUniformLocation() get glu::TYPE_INVALID.
1272 const int location = glGetUniformLocation(programGL, queryName.c_str());
1368 const int location = glGetUniformLocation(programGL, queryName.c_str());
1555 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.