Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DTexture.h84 …const GLfloat* DefaultTexCoords() const; ///< texture coordinates to use by default when blitti…
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTexture.cpp109 const GLfloat* Texture::DefaultTexCoords() const in DefaultTexCoords() function in Texture
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIControls.cpp2427 const GLfloat* tex_coords = texture->DefaultTexCoords(); in Render()
H A DMapWnd.cpp3114 const GLfloat* default_tex_coords = gas_texture->DefaultTexCoords(); in InitSystemRenderingBuffers()