Loading opengl/libs/EGL/egl_angle_platform.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ bool initializeAnglePlatform(EGLDisplay dpy) { if (!angleGetDisplayPlatform) { ALOGE("dlsym lookup of ANGLEGetDisplayPlatform in libEGL_angle failed!"); dlclose(so); return false; } Loading @@ -155,6 +156,7 @@ bool initializeAnglePlatform(EGLDisplay dpy) { if (!((angleGetDisplayPlatform)(dpy, g_PlatformMethodNames, g_NumPlatformMethods, nullptr, &platformMethods))) { ALOGE("ANGLEGetDisplayPlatform call failed!"); dlclose(so); return false; } if (platformMethods) { Loading Loading
opengl/libs/EGL/egl_angle_platform.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ bool initializeAnglePlatform(EGLDisplay dpy) { if (!angleGetDisplayPlatform) { ALOGE("dlsym lookup of ANGLEGetDisplayPlatform in libEGL_angle failed!"); dlclose(so); return false; } Loading @@ -155,6 +156,7 @@ bool initializeAnglePlatform(EGLDisplay dpy) { if (!((angleGetDisplayPlatform)(dpy, g_PlatformMethodNames, g_NumPlatformMethods, nullptr, &platformMethods))) { ALOGE("ANGLEGetDisplayPlatform call failed!"); dlclose(so); return false; } if (platformMethods) { Loading