Lines Matching full:linkstatus
1626 GLint linkStatus;1666 gl.glGetProgramiv(shaderProg, GL_LINK_STATUS, &linkStatus);1667 if (linkStatus != GL_TRUE)