This causes an assert with libepoxy, but was wrong regardless.
Refactor logic to work as follows:
- GPU_exit() deletes backend resources
- GPU context create/discard automatically creates/discards the backend
- Destroy UI GPU resources with the context active
Ref D15291