Searched refs:mActiveProgram (Results 1 – 2 of 2) sorted by relevance
32 mActiveProgram(0) in TransformFeedbackGL()134 mActiveProgram = GetImplAs<ProgramGL>(mState.getBoundProgram())->getProgramID(); in syncActiveState()135 mStateManager->useProgram(mActiveProgram); in syncActiveState()144 mStateManager->useProgram(mActiveProgram); in syncActiveState()
52 mutable GLuint mActiveProgram; variable