Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dopengl.c97 bool npotTexturesSupported; in video_gl_init_textures() local
110npotTexturesSupported = strstr(glExtensions, "GL_IMG_texture_npot") || strstr(glExtensions, "GL_OE… in video_gl_init_textures()
112 npotTexturesSupported = strstr(glExtensions, "GL_ARB_texture_non_power_of_two") ? true : false; in video_gl_init_textures()
122 npotTexturesSupported = false; in video_gl_init_textures()
124 if(npotTexturesSupported) in video_gl_init_textures()
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dopengl.c97 bool npotTexturesSupported; in video_gl_init_textures() local
110npotTexturesSupported = strstr(glExtensions, "GL_IMG_texture_npot") || strstr(glExtensions, "GL_OE… in video_gl_init_textures()
112 npotTexturesSupported = strstr(glExtensions, "GL_ARB_texture_non_power_of_two") ? true : false; in video_gl_init_textures()
122 npotTexturesSupported = false; in video_gl_init_textures()
124 if(npotTexturesSupported) in video_gl_init_textures()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dopengl.c119 bool npotTexturesSupported; in video_gl_init_textures() local
132npotTexturesSupported = strstr(glExtensions, "GL_IMG_texture_npot") || strstr(glExtensions, "GL_OE… in video_gl_init_textures()
134 npotTexturesSupported = strstr(glExtensions, "GL_ARB_texture_non_power_of_two") ? true : false; in video_gl_init_textures()
144 npotTexturesSupported = false; in video_gl_init_textures()
146 if(npotTexturesSupported) in video_gl_init_textures()