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