Lines Matching full:linkstatus
699 GLint linkStatus = 0;700 ctx->glGetProgramiv(self,program,GL_LINK_STATUS,&linkStatus);701 if (!linkStatus)