Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Dgrstub.cpp429 Gr_green.bits = 8; in gr_stub_init()
430 Gr_green.shift = 8; in gr_stub_init()
431 Gr_green.scale = 1; in gr_stub_init()
432 Gr_green.mask = 0xff00; in gr_stub_init()
433 Gr_t_green = Gr_green; in gr_stub_init()
H A Dgrinternal.h33 extern color_gun Gr_red, Gr_green, Gr_blue, Gr_alpha;
H A D2d.cpp66 color_gun Gr_red, Gr_green, Gr_blue, Gr_alpha; variable
1155 Gr_green.bits = 6; in init_colors()
1156 Gr_green.shift = 5; in init_colors()
1157 Gr_green.scale = 4; in init_colors()
1158 Gr_green.mask = 0x7E0; in init_colors()
1174 Gr_green.bits = 8; in init_colors()
1175 Gr_green.shift = 8; in init_colors()
1176 Gr_green.scale = 1; in init_colors()
1177 Gr_green.mask = 0x00ff00; in init_colors()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengl.cpp1490 Gr_green.bits = 6; in opengl_init_display_device()
1491 Gr_green.shift = 5; in opengl_init_display_device()
1492 Gr_green.scale = 4; in opengl_init_display_device()
1493 Gr_green.mask = 0x7E0; in opengl_init_display_device()
1509 Gr_green.bits = 8; in opengl_init_display_device()
1510 Gr_green.shift = 8; in opengl_init_display_device()
1511 Gr_green.scale = 1; in opengl_init_display_device()
1512 Gr_green.mask = 0x00ff00; in opengl_init_display_device()
1603 GL_pfd.cGreenBits = (ubyte)Gr_green.bits; in opengl_init_display_device()
1710 SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE, Gr_green.bits); in opengl_init_display_device()
[all …]
H A Dgrstub.cpp727 Gr_green.bits = 8; in gr_stub_init()
728 Gr_green.shift = 8; in gr_stub_init()
729 Gr_green.scale = 1; in gr_stub_init()
730 Gr_green.mask = 0xff00; in gr_stub_init()
731 Gr_t_green = Gr_green; in gr_stub_init()
H A Dgrinternal.h35 extern color_gun Gr_red, Gr_green, Gr_blue, Gr_alpha;
H A D2d.cpp49 color_gun Gr_red, Gr_green, Gr_blue, Gr_alpha; variable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropengl.cpp697 attrs.pixel_format.green_size = Gr_green.bits; in gr_opengl_create_viewport()
1234 Gr_current_green = &Gr_green; in gr_opengl_init()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/patches/
H A Dcolonial_hud.patch274 …es = R: %d, G: %d, B: %d, depth: %d, double-buffer: %d\n", Gr_red.bits, Gr_green.bits, Gr_blue.bit…
275 …: %d, B: %d, depth: %d, stencil: %d, double-buffer: %d\n", Gr_red.bits, Gr_green.bits, Gr_blue.bit…
303 SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE, Gr_green.bits);
314 …, G: %d, B: %d, depth: %d, double-buffer: %d, FSAA: %d\n", Gr_red.bits, Gr_green.bits, Gr_blue.bit…
315 …d, depth: %d, stencil: %d, double-buffer: %d, FSAA: %d\n", Gr_red.bits, Gr_green.bits, Gr_blue.bit…
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/bmpman/
H A Dbmpman.cpp2444 Gr_current_green = &Gr_green; in BM_SELECT_SCREEN_FORMAT()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/bmpman/
H A Dbmpman.cpp2913 Gr_current_green = &Gr_green; in BM_SELECT_SCREEN_FORMAT()