Home | History | Annotate | Download | only in program

Lines Matching refs:CompileStatus

3059       shader->CompileStatus = GL_FALSE;
3097 shader->CompileStatus = !state->error;
3109 if (shader->CompileStatus) {
3148 if (!prog->Shaders[i]->CompileStatus) {