Loading opengl/libs/EGL/eglApi.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,12 @@ EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, GLTrace_eglCreateContext(version, c); #endif return c; } else { EGLint error = eglGetError(); ALOGE_IF(error == EGL_SUCCESS, "eglCreateContext(%p, %p, %p, %p) returned EGL_NO_CONTEXT " "but no EGL error!", dpy, config, share_list, attrib_list); } } return EGL_NO_CONTEXT; Loading Loading
opengl/libs/EGL/eglApi.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,12 @@ EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, GLTrace_eglCreateContext(version, c); #endif return c; } else { EGLint error = eglGetError(); ALOGE_IF(error == EGL_SUCCESS, "eglCreateContext(%p, %p, %p, %p) returned EGL_NO_CONTEXT " "but no EGL error!", dpy, config, share_list, attrib_list); } } return EGL_NO_CONTEXT; Loading