Home
last modified time | relevance | path

Searched refs:BOR_UNSIGNED_SHORT_5_6_5 (Results 1 – 3 of 3) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dopengl.c69 #define BOR_UNSIGNED_SHORT_5_6_5 GL_UNSIGNED_SHORT_5_6_5 macro
73 #define BOR_UNSIGNED_SHORT_5_6_5 GL_UNSIGNED_SHORT_5_6_5_REV macro
103 texturePixelFormat = (bytesPerPixel <= 2) ? BOR_UNSIGNED_SHORT_5_6_5 : GL_UNSIGNED_BYTE; in video_gl_init_textures()
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dopengl.c69 #define BOR_UNSIGNED_SHORT_5_6_5 GL_UNSIGNED_SHORT_5_6_5 macro
73 #define BOR_UNSIGNED_SHORT_5_6_5 GL_UNSIGNED_SHORT_5_6_5_REV macro
103 texturePixelFormat = (bytesPerPixel <= 2) ? BOR_UNSIGNED_SHORT_5_6_5 : GL_UNSIGNED_BYTE; in video_gl_init_textures()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dopengl.c84 #define BOR_UNSIGNED_SHORT_5_6_5 GL_UNSIGNED_SHORT_5_6_5 macro
88 #define BOR_UNSIGNED_SHORT_5_6_5 GL_UNSIGNED_SHORT_5_6_5_REV macro
125 texturePixelFormat = (bytesPerPixel <= 2) ? BOR_UNSIGNED_SHORT_5_6_5 : GL_UNSIGNED_BYTE; in video_gl_init_textures()