opengl: Fix a typo in GLTexture::upload()
For glTexStorage2D(), we need to check whether texture storage is supported, not that ARGB32 textures are supported. Those are two distinct things.
(cherry picked from commit 8ca94eed)
Co-authored-by: Vlad Zahorodnii vlad.zahorodnii@kde.org