Home
last modified time | relevance | path

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

/dports/graphics/gliv/gliv-1.9.7/src/
H A Dgl_widget.c201 static gboolean check_texture_size(void) in check_texture_size() function
221 while (rt->max_texture_size > 0 && check_texture_size() == FALSE) in get_max_texture_size()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dglwrapper.h13 bool check_texture_size(const char *name, int width, int height);
H A Dglwrapper-ogl.cc46 bool check_texture_size(const char *name, int width, int height) in check_texture_size() function
H A Dwindowmanager-sdl.cc1222 opengl::check_texture_size(filename, new_width, new_height); in load_texture()