Loading opengl/libs/EGL/eglApi.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -745,7 +745,8 @@ EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, } } else { // this will ALOGE the error result = setError(c->cnx->egl.eglGetError(), EGL_FALSE); egl_connection_t* const cnx = &gEGLImpl; result = setError(cnx->egl.eglGetError(), EGL_FALSE); } return result; } Loading Loading
opengl/libs/EGL/eglApi.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -745,7 +745,8 @@ EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, } } else { // this will ALOGE the error result = setError(c->cnx->egl.eglGetError(), EGL_FALSE); egl_connection_t* const cnx = &gEGLImpl; result = setError(cnx->egl.eglGetError(), EGL_FALSE); } return result; } Loading