Home
last modified time | relevance | path

Searched refs:max_texture_height (Results 1 – 25 of 142) sorted by relevance

123456

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_video.c553 while (*h_upscale * SCREENHEIGHT > rinfo.max_texture_height) in LimitTextureSize()
559 (*h_upscale < 1 && rinfo.max_texture_height > 0)) in LimitTextureSize()
563 rinfo.max_texture_width, rinfo.max_texture_height); in LimitTextureSize()
598 rinfo.max_texture_width, rinfo.max_texture_height); in LimitTextureSize()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/sdl/
H A Dsdl_screen_renderer.cpp51 log_info << "Max Texture Height: " << info.max_texture_height << std::endl; in SDLScreenRenderer()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_direct3d.c99 int max_texture_height; /**< from the device capabilities */ member
262 while (tex_width > priv->max_texture_width || tex_height > priv->max_texture_height) { in create_d3d_surfaces()
741 priv->max_texture_height = disp_caps.MaxTextureHeight; in preinit()
748 priv->max_texture_height); in preinit()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOVGA.cpp886 if( info.max_texture_width || info.max_texture_height ) in save_status_report()
887 … fprintf(file, "Maximum texture size: %dx%d\n", info.max_texture_width, info.max_texture_height); in save_status_report()
934 if( info.max_texture_width || info.max_texture_height ) in save_status_report()
935 … fprintf(file, "Maximum texture size: %dx%d\n", info.max_texture_width, info.max_texture_height); in save_status_report()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_direct3d.c99 int max_texture_height; /**< from the device capabilities */ member
262 while (tex_width > priv->max_texture_width || tex_height > priv->max_texture_height) { in create_d3d_surfaces()
741 priv->max_texture_height = disp_caps.MaxTextureHeight; in preinit()
748 priv->max_texture_height); in preinit()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_video.c580 while (*h_upscale * SCREENHEIGHT > rinfo.max_texture_height) in LimitTextureSize()
586 (*h_upscale < 1 && rinfo.max_texture_height > 0)) in LimitTextureSize()
590 rinfo.max_texture_width, rinfo.max_texture_height); in LimitTextureSize()
625 rinfo.max_texture_width, rinfo.max_texture_height); in LimitTextureSize()
/dports/devel/sdl2pp/libSDL2pp-0.16.1/tests/
H A Dlive_rendering.cc90 std::cerr << "Max texture height: " << info.max_texture_height << std::endl;
93 EXPECT_TRUE(info.max_texture_height > 0);
/dports/emulators/stella/stella-6.6/src/common/
H A DFBBackendSDL2.cxx477 if(info.max_texture_width > 0 && info.max_texture_height > 0) in about()
479 << info.max_texture_height << endl; in about()
/dports/multimedia/pipewire/pipewire-0.3.43/src/examples/
H A Dsdl.h194 info->max_texture_height)), in sdl_build_formats()
/dports/devel/emscripten/emscripten-2.0.3/system/include/SDL/
H A DSDL_render.h82 int max_texture_height; /**< The maximimum texture height */ member
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/video/
H A Dsdl-video.c118 fs_log("SDL max texture height: %d\n", info.max_texture_height); in sdl_video_create_window()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/gl2/
H A Dgl2texture.pyx183 if (w <= self.max_texture_width) and (h <= self.max_texture_height):
187 vtiles = self.texture_axis(h, self.max_texture_height, border)
314 th = min(th, loader.max_texture_height)
H A Dgl2texture.pxd50 cdef GLint max_texture_height
/dports/games/simutrans/simutrans-121.0/
H A Dsimsys_s2.cc210 …: %d, Flags: %d, Formats: %d%s", ri.name, ri.max_texture_width, ri.max_texture_height, ri.flags, r… in internal_create_surfaces()
234 …%d, Flags: %d, Formats: %d, %s", ri.name, ri.max_texture_width, ri.max_texture_height, ri.flags, r… in internal_create_surfaces()
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/win_dll/include/SDL2/
H A DSDL_render.h85 int max_texture_height; /**< The maximimum texture height */ member
/dports/games/redeclipse/base-2.0.0/bin/redeclipse.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_render.h85 int max_texture_height; /**< The maximum texture height */ member
/dports/games/redeclipse16/base-1.6.0/bin/redeclipse.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_render.h85 int max_texture_height; /**< The maximum texture height */ member
/dports/games/iortcw/iortcw-1.51c/SP/code/SDL2/include-2.0.1/
H A DSDL_render.h85 int max_texture_height; /**< The maximimum texture height */ member
/dports/games/tesseract-data/tesseract/src/include/
H A DSDL_render.h85 int max_texture_height; /**< The maximimum texture height */ member
/dports/games/tesseract-data/tesseract/src/xcode/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_render.h85 int max_texture_height; /**< The maximimum texture height */ member
/dports/games/tesseract/tesseract/src/include/
H A DSDL_render.h85 int max_texture_height; /**< The maximimum texture height */ member
/dports/games/wxlauncher/wxLauncher-release-0.10.0/3rdparty/SDL2-2_0_3/include/
H A DSDL_render.h85 int max_texture_height; /**< The maximimum texture height */ member
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/ThirdParty/SDL2/
H A DSDL_render.h85 int max_texture_height; /**< The maximum texture height */ member
/dports/games/openbor4432/openbor-ba1eb4f/engine/android/jni/openbor/include/sdl/
H A DSDL_render.h85 int max_texture_height; /**< The maximimum texture height */ member
/dports/games/openbor3979/openbor-2bcf25b/engine/android/jni/include/sdl/
H A DSDL_render.h82 int max_texture_height; /**< The maximimum texture height */ member

123456