Lines Matching full:linkstatus
520 GLint linkStatus = 0;521 gl().getProgramiv(program, GL_LINK_STATUS, &linkStatus);522 TCU_CHECK(linkStatus != 0);