Home | History | Annotate | Download | only in client

Lines Matching full:link_status

857   GLint link_status = 0;
858 gl_->GetProgramiv(program_, GL_LINK_STATUS, &link_status);
859 if (!link_status)