It's just a define, a number. It doesn't matter what it is called, you can even define it in your own sourcecode.
Qt Code:
  1. #ifndef GL_BGR
  2. #define GL_BGR 0x80E0
  3. #endif
To copy to clipboard, switch view to plain text mode