Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTexture.cpp284 #define IF_IMAGE_TYPE_IS(image_prefix) \ in Load() macro
291 #define IF_IMAGE_TYPE_IS(image_prefix) \ in Load() macro
298 #define IF_IMAGE_TYPE_IS(image_prefix) \ in Load() macro
308 IF_IMAGE_TYPE_IS(gil::gray8) in Load()
309 else IF_IMAGE_TYPE_IS(gil::gray_alpha8) in Load()
310 else IF_IMAGE_TYPE_IS(gil::rgb8) in Load()
311 else IF_IMAGE_TYPE_IS(gil::rgba8) in Load()
313 #undef IF_IMAGE_TYPE_IS in Load()