Home
last modified time | relevance | path

Searched refs:coin_is_power_of_two (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/C/
H A Dtidbits.h78 COIN_DLL_API SbBool coin_is_power_of_two(uint32_t x);
/dports/graphics/Coin/coin-Coin-4.0.0/src/glue/
H A Dgl_cgl.cpp379 if (!coin_is_power_of_two(ctx->width) || in cglglue_context_create_pbuffer()
380 !coin_is_power_of_two(ctx->height) || in cglglue_context_create_pbuffer()
H A Dgl_agl.cpp416 if (!coin_is_power_of_two(ctx->width) || in aglglue_context_create_pbuffer()
417 !coin_is_power_of_two(ctx->height) || in aglglue_context_create_pbuffer()
H A Dnormalization_cubemap.cpp227 if (size >= 2 && coin_is_power_of_two((uint32_t) size)) { in coin_apply_normalization_cube_map()
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoSceneTextureCubeMap.cpp432 if (!coin_is_power_of_two(this->glcontextsize[0]) || in updatePBuffer()
433 !coin_is_power_of_two(this->glcontextsize[1])) { in updatePBuffer()
H A DSoSceneTexture2.cpp954 if (!coin_is_power_of_two(this->glcontextsize[0]) || in updatePBuffer()
955 !coin_is_power_of_two(this->glcontextsize[1])) { in updatePBuffer()
/dports/graphics/Coin/coin-Coin-4.0.0/src/
H A Dtidbits.cpp910 coin_is_power_of_two(uint32_t x) in coin_is_power_of_two() function
946 if (coin_is_power_of_two(x)) return x; in coin_geq_power_of_two()