Home | History | Annotate | Download | only in functional

Lines Matching full:glgetuniformlocation

1304 			const GLint		boolLoc		= glGetUniformLocation(glProg, "u_boolVar");
1305 const GLint intLoc = glGetUniformLocation(glProg, "u_intVar");
1306 const GLint floatLoc = glGetUniformLocation(glProg, "u_floatVar");
1319 const GLint intLoc = glGetUniformLocation(program.getProgram(), name.c_str());
1333 const GLint floatLoc = glGetUniformLocation(program.getProgram(), name.c_str());