Searched refs:currentProgram (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp150 mState.currentProgram = 0;
206 if(mState.currentProgram != 0)
208 Program *programObject = mResourceManager->getProgram(mState.currentProgram);
213 mState.currentProgram = 0;
984 GLuint priorProgram = mState.currentProgram;
985 mState.currentProgram = program; // Must switch before trying to delete, otherwise it only gets flagged.
1145 return mResourceManager->getProgram(mState.currentProgram);
1301 case GL_CURRENT_PROGRAM: *params = mState.currentProgram; break;
2426 if(!mState.currentProgram)
2478 if(!mState.currentProgram)
[all...]
H A DContext.h494 GLuint currentProgram; member in struct:gl::State
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp164 mState.currentProgram = 0;
182 if(mState.currentProgram != 0)
184 Program *programObject = mResourceManager->getProgram(mState.currentProgram);
189 mState.currentProgram = 0;
1290 GLuint priorProgram = mState.currentProgram;
1291 mState.currentProgram = program; // Must switch before trying to delete, otherwise it only gets flagged.
1661 return mResourceManager->getProgram(mState.currentProgram);
1942 case GL_CURRENT_PROGRAM: *params = mState.currentProgram; return true;
3536 if(mState.currentProgram == 0)
3594 if(mState.currentProgram
[all...]
H A DContext.h417 GLuint currentProgram; member in struct:es2::State

Completed in 256 milliseconds