Home | History | Annotate | Download | only in common

Lines Matching defs:getUniformLocation

502 GLint Utils::program::getUniformLocation(const glw::GLchar* uniform_name) const
507 location = gl.getUniformLocation(m_program_object_id, uniform_name);
508 GLU_EXPECT_NO_ERROR(gl.getError(), "GetUniformLocation");
3520 GLint location = program.getUniformLocation("uni_index");