egl/android: Look up prime fds in droid_create_image_from_prime_fds()
authorKristian H. Kristensen <hoegsberg@google.com>
Thu, 6 Aug 2020 23:45:28 +0000 (16:45 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 18 Aug 2020 17:20:16 +0000 (17:20 +0000)
commit9cc788f0ffc71df1b82bf1fb19fbed523bb970ac
treec3106c0deb5224eea007571bb2b0d4a7830a1813
parent972f36d8fa62442589b26885ef330c3306427ed1
egl/android: Look up prime fds in droid_create_image_from_prime_fds()

We always need to look them up before calling this function, so move
the lookup into the function to consolidate the code.

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