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.
For glTexStorage2D(), we need to check whether texture storage is supported, not that ARGB32 textures are supported. Those are two distinct things.