Home | History | Annotate | Download | only in libGL

Lines Matching refs:activeUniforms

1296 		const glsl::ActiveUniforms &activeUniforms = shader->activeUniforms;
1298 for(unsigned int uniformIndex = 0; uniformIndex < activeUniforms.size(); uniformIndex++)
1300 const glsl::Uniform &uniform = activeUniforms[uniformIndex];