Home
last modified time | relevance | path

Searched refs:textureDepths (Results 1 – 4 of 4) sorted by relevance

/dports/games/openbor3979/openbor-2bcf25b/engine/android/jni/
H A Dvideo.c90 static int textureDepths[4] = {32, 16, 24, 32}; variable
402 …int format = SDL_MasksToPixelFormatEnum (textureDepths[b], masks[b][0], masks[b][1], masks[b][2], … in video_set_mode()
426 …bscreen = SDL_CreateRGBSurface(SDL_SWSURFACE, textureWidth, textureHeight, textureDepths[b], masks… in video_set_mode()
/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dopengl.c34 static int textureDepths[4] = {16,16,24,32}; variable
145 …bscreen = SDL_AllocSurface(SDL_SWSURFACE, allocTextureWidth, allocTextureHeight, textureDepths[byt… in video_gl_init_textures()
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dopengl.c34 static int textureDepths[4] = {16,16,24,32}; variable
145 …bscreen = SDL_AllocSurface(SDL_SWSURFACE, allocTextureWidth, allocTextureHeight, textureDepths[byt… in video_gl_init_textures()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dopengl.c46 static int textureDepths[4] = {16,16,24,32}; variable
167 …bscreen = SDL_CreateRGBSurface(SDL_SWSURFACE, allocTextureWidth, allocTextureHeight, textureDepths in video_gl_init_textures()