Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:currentProgram

135     mState.currentProgram = 0;
161 if (mState.currentProgram != 0)
163 Program *programObject = mResourceManager->getProgram(mState.currentProgram);
168 mState.currentProgram = 0;
999 GLuint priorProgram = mState.currentProgram;
1000 mState.currentProgram = program; // Must switch before trying to delete, otherwise it only gets flagged.
1071 return mResourceManager->getProgram(mState.currentProgram);
1199 case GL_CURRENT_PROGRAM: *params = mState.currentProgram; break;
1686 if (mState.currentProgram)
2558 if (!mState.currentProgram)
2612 if (!mState.currentProgram)