egl/android: Drop unused ctx argument
authorKristian H. Kristensen <hoegsberg@google.com>
Fri, 7 Aug 2020 00:29:35 +0000 (17:29 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 18 Aug 2020 17:20:16 +0000 (17:20 +0000)
commitd47b6f330cfb4c214fa84cfe8c7a435499600c2a
tree3b24c7449f4e4aaca0043b26c2c3f2bed0f11f13
parent9cc788f0ffc71df1b82bf1fb19fbed523bb970ac
egl/android: Drop unused ctx argument

EGL_ANDROID_image_native_buffer requires the ctx argument to always be
NULL, so not point in passing it around.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6055>
src/egl/drivers/dri2/platform_android.c