Loading opengl/libs/EGL/egl_angle_platform.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -129,8 +129,8 @@ bool initializeAnglePlatform(EGLDisplay dpy) { return false; } angleResetDisplayPlatform = reinterpret_cast<ResetDisplayPlatformFunc>( eglGetProcAddress("ANGLEResetDisplayPlatform")); angleResetDisplayPlatform = reinterpret_cast<ResetDisplayPlatformFunc>(dlsym(so, "ANGLEResetDisplayPlatform")); PlatformMethods* platformMethods = nullptr; if (!((angleGetDisplayPlatform)(dpy, g_PlatformMethodNames, g_NumPlatformMethods, nullptr, Loading Loading
opengl/libs/EGL/egl_angle_platform.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -129,8 +129,8 @@ bool initializeAnglePlatform(EGLDisplay dpy) { return false; } angleResetDisplayPlatform = reinterpret_cast<ResetDisplayPlatformFunc>( eglGetProcAddress("ANGLEResetDisplayPlatform")); angleResetDisplayPlatform = reinterpret_cast<ResetDisplayPlatformFunc>(dlsym(so, "ANGLEResetDisplayPlatform")); PlatformMethods* platformMethods = nullptr; if (!((angleGetDisplayPlatform)(dpy, g_PlatformMethodNames, g_NumPlatformMethods, nullptr, Loading