Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A DIAtlasAllocator.h19 void SetNonPowerOfTwo(bool nonPowerOfTwo) { npot = nonPowerOfTwo; } in SetNonPowerOfTwo() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/operation/resource_init/
H A Dtexture_zero_init_test.ts163 nonPowerOfTwo: boolean; property
250 if (this.params.nonPowerOfTwo) {
258 if (this.params.nonPowerOfTwo) {
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_local.h200 bool nonPowerOfTwo; /**< support for non power of two textures */ member
H A Dr_main.cpp913 r_config.nonPowerOfTwo = true; in R_InitExtensions()
915 r_config.nonPowerOfTwo = false; in R_InitExtensions()
920 r_config.nonPowerOfTwo = r_ext_nonpoweroftwo->integer == 1; in R_InitExtensions()
922 r_config.nonPowerOfTwo = false; in R_InitExtensions()