Lines Matching defs:activeProgram
1567 glw::GLuint activeProgram = 0;
1570 gl.getProgramPipelineiv(pipeline, GL_ACTIVE_PROGRAM, (int*)&activeProgram);
1572 if ((activeProgram != 0) && ((activeProgram == programA) || (activeProgram == programB)))
1576 location = (activeProgram == programA) ? locationA : locationB;
1619 gl.getUniformiv(activeProgram, location[i], (int*)&retVal[0]);
1623 gl.getUniformuiv(activeProgram, location[i], &retVal[0]);
1627 gl.getUniformfv(activeProgram, location[i], (float*)&retVal[0]);
1632 // Compare activeProgram uniform to expected value
1812 glw::GLuint activeProgram = 0;
1815 gl.getProgramPipelineiv(pipeline, GL_ACTIVE_PROGRAM, (int*)&activeProgram);
1817 if ((activeProgram != 0) && ((activeProgram == programA) || (activeProgram == programB)))
1821 location = (activeProgram == programA) ? locationA : locationB;
1863 gl.getUniformfv(activeProgram, location[i], retVal);