regarding bitmaps, they are actually textures:
https://www.glprogramming.com/red/chapter08.html#name1. Just a particular type one.
A texture, following McKesson tutorial, is nothing else than a bunch of data, it may represent a very variety of data (even nothing graphic related). It's up to you what you want it to represent.