Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/vulkan/
H A Dvulkan_stubs.cpp303 gr_screen.gf_set_line_width = stub_set_line_width; in init_stub_pointers()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Dgrstub.cpp514 gr_screen.gf_set_line_width = gr_stub_set_line_width; in gr_stub_init()
H A D2d.h799 std::function<void(float width)> gf_set_line_width;
1089 #define gr_set_line_width GR_CALL(gr_screen.gf_set_line_width)
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A D2d.h569 void (*gf_set_line_width)(float width); member
887 #define gr_set_line_width GR_CALL(*gr_screen.gf_set_line_width)
H A Dgrstub.cpp886 gr_screen.gf_set_line_width = gr_stub_set_line_width; in gr_stub_init()
H A Dgropengl.cpp1908 gr_screen.gf_set_line_width = gr_opengl_set_line_width; in opengl_setup_function_pointers()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropengl.cpp873 gr_screen.gf_set_line_width = gr_opengl_set_line_width; in opengl_setup_function_pointers()