Searched refs:currentProgram (Results 1 – 2 of 2) sorted by relevance
322 IGLProperty currentProgram = new GLIntegerProperty(GLStateType.CURRENT_PROGRAM, in createProgramState() local360 currentProgram, programs); in createProgramState()
128 GLint currentProgram() const { return m_currentProgram; } in currentProgram() function