Fetch OpenGL rendered image from graphics card directly

Hi all,
My program is aiming at high performance image processing. I want to improve performance by saving the time of passing OpenGL rendered image from GPU context and passing it to cuda.

In cuda, any way to fetch OpenGL rendered image from GPU directly? Thanks

zlf