Name

eglGetCurrentContext — return the current EGL rendering context

C Specification

EGLContext eglGetCurrentContext( void);  
 

Description

eglGetCurrentContext returns the current EGL rendering context, as specified by eglMakeCurrent. If no context is current, EGL_NO_CONTEXT is returned.