Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTexture.cpp145 GLTexCoordBuffer tex_coord_buffer; in OrthoBlit() local
146 tex_coord_buffer.reserve(4); in OrthoBlit()
148 tex_coord_buffer.store(tex_coords[2], tex_coords[1]); in OrthoBlit()
149 tex_coord_buffer.store(tex_coords[0], tex_coords[1]); in OrthoBlit()
150 tex_coord_buffer.store(tex_coords[2], tex_coords[3]); in OrthoBlit()
151 tex_coord_buffer.store(tex_coords[0], tex_coords[3]); in OrthoBlit()
153 tex_coord_buffer.store(1.0f, 0.0f); in OrthoBlit()
154 tex_coord_buffer.store(0.0f, 0.0f); in OrthoBlit()
155 tex_coord_buffer.store(1.0f, 1.0f); in OrthoBlit()
156 tex_coord_buffer.store(0.0f, 1.0f); in OrthoBlit()
[all …]