Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTexture.cpp415 bool image_is_power_of_two = width == GL_texture_width && height == GL_texture_height; in InitFromRawData() local
416 if (image_is_power_of_two) { in InitFromRawData()