Home | History | Annotate | Download | only in tests

Lines Matching refs:linkStatus

262             GLint linkStatus = GL_FALSE;
263 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
264 if (linkStatus != GL_TRUE) {