Lines Matching full:buflength
354 GLint bufLength = 0;355 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);356 if (bufLength) {357 char* buf = (char*) malloc(bufLength);359 glGetProgramInfoLog(program, bufLength, NULL, buf);