Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/graphic/gl/
H A Ddraw_line_program.cc47 gl_array_buffer_.bind(); in draw()
66 gl_array_buffer_.update(vertices_); in draw()
H A Dgrid_program.cc38 gl_array_buffer_.bind(); in gl_draw()
39 gl_array_buffer_.update(vertices_); in gl_draw()
H A Dworkarea_program.cc42 gl_array_buffer_.bind(); in gl_draw()
43 gl_array_buffer_.update(vertices_); in gl_draw()
55 gl_array_buffer_.bind(); in gl_draw()
56 gl_array_buffer_.update(outer_vertices_); in gl_draw()
H A Dfill_rect_program.cc82 gl_array_buffer_.bind(); in draw()
122 gl_array_buffer_.update(vertices_); in draw()
H A Dterrain_program.cc50 gl_array_buffer_.bind(); in gl_draw()
51 gl_array_buffer_.update(vertices_); in gl_draw()
H A Dgrid_program.h50 Gl::Buffer<PerVertexData> gl_array_buffer_; variable
H A Ddraw_line_program.h64 Gl::Buffer<PerVertexData> gl_array_buffer_; variable
H A Droad_program.h65 Gl::Buffer<PerVertexData> gl_array_buffer_; variable
H A Dterrain_program.h61 Gl::Buffer<PerVertexData> gl_array_buffer_; variable
H A Dfill_rect_program.h77 Gl::Buffer<PerVertexData> gl_array_buffer_; variable
H A Dblit_program.cc69 gl_array_buffer_.bind(); in draw()
159 gl_array_buffer_.update(vertices_); in draw()
H A Ddither_program.h88 Gl::Buffer<PerVertexData> gl_array_buffer_; variable
H A Dworkarea_program.h63 Gl::Buffer<PerVertexData> gl_array_buffer_; variable
H A Droad_program.cc188 gl_array_buffer_.bind(); in draw()
189 gl_array_buffer_.update(vertices_); in draw()
H A Ddither_program.cc117 gl_array_buffer_.bind(); in gl_draw()
118 gl_array_buffer_.update(vertices_); in gl_draw()
H A Dblit_program.h111 Gl::Buffer<PerVertexData> gl_array_buffer_; variable