Home
last modified time | relevance | path

Searched refs:gf_set_clip (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.cpp236 gr_screen.gf_set_clip = stub_set_clip; in init_stub_pointers()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Dgrstub.cpp443 gr_screen.gf_set_clip = gr_stub_set_clip; in gr_stub_init()
H A D2d.h704 std::function<void(int x, int y, int w, int h, int resize_mode)> gf_set_clip;
1003 gr_screen.gf_set_clip(x, y, w, h, resize_mode);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A D2d.h362 void (*gf_set_clip)(int x, int y, int w, int h, int resize_mode); member
683 (*gr_screen.gf_set_clip)(x,y,w,h,resize_mode);
H A Dgrstub.cpp741 gr_screen.gf_set_clip = gr_stub_set_clip; in gr_stub_init()
H A Dgropengl.cpp1762 gr_screen.gf_set_clip = gr_opengl_set_clip; in opengl_setup_function_pointers()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropengl.cpp801 gr_screen.gf_set_clip = gr_opengl_set_clip; in opengl_setup_function_pointers()