Home
last modified time | relevance | path

Searched refs:supportNPOTs (Results 1 – 11 of 11) sorted by relevance

/dports/games/spring/spring_98.0/rts/Rendering/
H A DGlobalRendering.cpp80 CR_IGNORED(supportNPOTs),
151 , supportNPOTs(false) in CGlobalRendering()
175 supportNPOTs = GLEW_ARB_texture_non_power_of_two; in PostInit()
208supportNPOTs = (renderer.find(" x") == std::string::npos && renderer.find(" 9") == std::string::np… in PostInit()
286 FBO::IsSupported(), supportNPOTs, support24bitDepthBuffers, in PostInit()
H A DGlobalRendering.h190 bool supportNPOTs; variable
H A DFarTextureHandler.cpp333 if (globalRendering->supportNPOTs) { in CheckResizeAtlas()
H A DDebugDrawerAI.cpp384 if (!globalRendering->supportNPOTs && (w != next_power_of_2(w) || h != next_power_of_2(h))) { in AddTexture()
/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A DTextureAtlas.cpp45 atlasAllocator->SetNonPowerOfTwo(globalRendering->supportNPOTs); in CTextureAtlas()
H A D3DOTextureHandler.cpp48 atlasAlloc->SetNonPowerOfTwo(globalRendering->supportNPOTs); in C3DOTextureHandler()
H A DBitmap.cpp443 …if (!globalRendering->supportNPOTs && (xsize != next_power_of_2(xsize) || ysize != next_power_of_2… in CreateTexture()
/dports/games/spring/spring_98.0/rts/Rendering/Fonts/
H A DCFontTexture.cpp485 atlasAlloc.SetNonPowerOfTwo(globalRendering->supportNPOTs); in LoadBlock()
/dports/games/spring/spring_98.0/rts/Rendering/Env/Decals/
H A DDecalsDrawerGL4.cpp272 atlas.SetNonPowerOfTwo(globalRendering->supportNPOTs);
/dports/games/spring/spring_98.0/rts/Map/SMF/
H A DSMFReadMap.cpp302 if (!globalRendering->supportNPOTs) { in CreateNormalTex()
/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DBumpWater.cpp313 } else if (!globalRendering->supportNPOTs) { in CBumpWater()