Home
last modified time | relevance | path

Searched refs:glPixelTransferi (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_utils.cxx54 glPixelTransferi(GL_MAP_COLOR, 0); in get_image()
55 glPixelTransferi(GL_RED_SCALE, 1); in get_image()
56 glPixelTransferi(GL_RED_BIAS, 0); in get_image()
57 glPixelTransferi(GL_GREEN_SCALE, 1); in get_image()
58 glPixelTransferi(GL_GREEN_BIAS, 0); in get_image()
59 glPixelTransferi(GL_BLUE_SCALE, 1); in get_image()
60 glPixelTransferi(GL_BLUE_BIAS, 0); in get_image()
151 glPixelTransferi(GL_MAP_COLOR, 0); in get_view()
152 glPixelTransferi(GL_RED_SCALE, 1); in get_view()
153 glPixelTransferi(GL_RED_BIAS, 0); in get_view()
[all …]
H A Dvgui_section_render.cxx193 glPixelTransferi(GL_MAP_COLOR, GL_TRUE); in GL_setup()
201 glPixelTransferi(GL_MAP_COLOR, GL_TRUE); in GL_setup()
211 glPixelTransferi(GL_MAP_COLOR, GL_TRUE); in GL_setup()
224 glPixelTransferi(GL_MAP_COLOR, GL_TRUE); in GL_setup()
236 glPixelTransferi(GL_MAP_COLOR, map_color); in GL_restore()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/xcv/
H A Dxcv_image_tableau.cxx158 glPixelTransferi(GL_MAP_COLOR,0); in handle()
159 glPixelTransferi(GL_RED_SCALE,1); glPixelTransferi(GL_RED_BIAS,0); in handle()
160 glPixelTransferi(GL_GREEN_SCALE,1); glPixelTransferi(GL_GREEN_BIAS,0); in handle()
161 glPixelTransferi(GL_BLUE_SCALE,1); glPixelTransferi(GL_BLUE_BIAS,0); in handle()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Ddrawpixels-color-index.c66 glPixelTransferi(GL_MAP_COLOR, GL_TRUE); in test_ci()
71 glPixelTransferi(GL_MAP_COLOR, GL_FALSE); in test_ci()
120 glPixelTransferi(GL_MAP_COLOR, GL_TRUE); in test_bitmap()
124 glPixelTransferi(GL_MAP_COLOR, GL_FALSE); in test_bitmap()
H A Dreadpix.c358 glPixelTransferi(GL_MAP_COLOR, GL_FALSE); in piglit_display()
359 glPixelTransferi(GL_MAP_STENCIL, GL_FALSE); in piglit_display()
360 glPixelTransferi(GL_INDEX_SHIFT, 0); in piglit_display()
361 glPixelTransferi(GL_INDEX_OFFSET, 0); in piglit_display()
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/
H A Dmain.cpp90 glPixelTransferi(GL_MAP_COLOR, GL_FALSE); in initGL()
91 glPixelTransferi(GL_RED_SCALE, 1); in initGL()
92 glPixelTransferi(GL_RED_BIAS, 0); in initGL()
93 glPixelTransferi(GL_GREEN_SCALE, 1); in initGL()
94 glPixelTransferi(GL_GREEN_BIAS, 0); in initGL()
95 glPixelTransferi(GL_BLUE_SCALE, 1); in initGL()
96 glPixelTransferi(GL_BLUE_BIAS, 0); in initGL()
97 glPixelTransferi(GL_ALPHA_SCALE, 1); in initGL()
98 glPixelTransferi(GL_ALPHA_BIAS, 0); in initGL()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_packed_depth_stencil/
H A Dreaddrawpixels.c78 glPixelTransferi(GL_MAP_STENCIL, 1); in test_readdrawpixels()
94 glPixelTransferi(GL_MAP_STENCIL, 0); in test_readdrawpixels()
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DCoinOffscreenGLCanvas.cpp354 glPixelTransferi(GL_MAP_COLOR, 0); in readPixels()
355 glPixelTransferi(GL_MAP_STENCIL, 0); in readPixels()
356 glPixelTransferi(GL_INDEX_SHIFT, 0); in readPixels()
357 glPixelTransferi(GL_INDEX_OFFSET, 0); in readPixels()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui/
H A Dbgui_image_tableau.cxx82 glPixelTransferi(GL_MAP_COLOR,0); in get_pixel_info_from_frame_buffer()
83 glPixelTransferi(GL_RED_SCALE,1); glPixelTransferi(GL_RED_BIAS,0); in get_pixel_info_from_frame_buffer()
84 glPixelTransferi(GL_GREEN_SCALE,1); glPixelTransferi(GL_GREEN_BIAS,0); in get_pixel_info_from_frame_buffer()
85 glPixelTransferi(GL_BLUE_SCALE,1); glPixelTransferi(GL_BLUE_BIAS,0); in get_pixel_info_from_frame_buffer()
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DMinimap.cpp130 glPixelTransferi(GL_MAP_COLOR, 1); in updateMap()
137 glPixelTransferi(GL_MAP_COLOR, 0); in updateMap()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Ddraw.c673 glPixelTransferi(GL_RED_SCALE, 1); // to be sure: in GLinitialize()
674 glPixelTransferi(GL_RED_BIAS, 0); // init more OGL vals in GLinitialize()
675 glPixelTransferi(GL_GREEN_SCALE, 1); in GLinitialize()
676 glPixelTransferi(GL_GREEN_BIAS, 0); in GLinitialize()
677 glPixelTransferi(GL_BLUE_SCALE, 1); in GLinitialize()
678 glPixelTransferi(GL_BLUE_BIAS, 0); in GLinitialize()
679 glPixelTransferi(GL_ALPHA_SCALE, 1); in GLinitialize()
680 glPixelTransferi(GL_ALPHA_BIAS, 0); in GLinitialize()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/gl/wrap/
H A Dstub.h24 void glPixelTransferi(GLenum pname, GLint param);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dopengl32.mingw.def200 glPixelTransferi = glPixelTransferi@8
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def213 glPixelTransferi = glPixelTransferi@8
/dports/lang/clover/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dopengl32.mingw.def200 glPixelTransferi = glPixelTransferi@8
/dports/lang/clover/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def213 glPixelTransferi = glPixelTransferi@8
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def213 glPixelTransferi = glPixelTransferi@8
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dopengl32.mingw.def200 glPixelTransferi = glPixelTransferi@8
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def213 glPixelTransferi = glPixelTransferi@8
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dopengl32.mingw.def200 glPixelTransferi = glPixelTransferi@8
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def213 glPixelTransferi = glPixelTransferi@8
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def213 glPixelTransferi = glPixelTransferi@8
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dopengl32.mingw.def200 glPixelTransferi = glPixelTransferi@8
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dopengl32.mingw.def200 glPixelTransferi = glPixelTransferi@8
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/targets/osmesa/
H A Dosmesa.mingw.def213 glPixelTransferi = glPixelTransferi@8

12345678910>>...33