Searched refs:GL_UNPACK_SKIP_ROWS (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_drawpixels.c26 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
52 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
80 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
H A Dunpack_texture.c199 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
228 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
254 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c24 glPixelStorei (GL_UNPACK_SKIP_ROWS, 0);
160 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows);
170 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0);
241 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows);
H A Dglx.c2263 stub.spu->dispatch_table.GetIntegerv(GL_UNPACK_SKIP_ROWS, &pUnpackState->skipRows);
2273 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_SKIP_ROWS, pUnpackState->skipRows);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxDbgGl.c150 DBGL_OP(GetIntegerv(GL_UNPACK_SKIP_ROWS, &usr));
164 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, 0));
182 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, usr));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxDbgGl.c159 DBGL_OP(GetIntegerv(GL_UNPACK_SKIP_ROWS, &usr));
173 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, 0));
191 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, usr));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxDbgGl.c150 DBGL_OP(GetIntegerv(GL_UNPACK_SKIP_ROWS, &usr));
164 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, 0));
182 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, usr));
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.c501 dispatchTable->PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
510 dispatchTable->PixelStorei(GL_UNPACK_SKIP_ROWS, clientState->unpack.skipRows);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp405 glPixelStorei(GL_UNPACK_SKIP_ROWS, rect.y);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_diff.c286 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
430 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, unpack.skipRows);
H A Dstate_texdiff.c703 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
750 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
796 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
841 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
892 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
H A Dstate_client.c462 case GL_UNPACK_SKIP_ROWS:
2297 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, to->unpack.skipRows);
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c207 APPLY_IF_NEQ(clientState->unpack, skipRows, GL_UNPACK_SKIP_ROWS);
223 RESTORE_IF_NEQ(clientState->unpack, skipRows, GL_UNPACK_SKIP_ROWS);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c659 gl->GetIntegerv(GL_UNPACK_SKIP_ROWS, &usr);
673 gl->PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
691 gl->PixelStorei(GL_UNPACK_SKIP_ROWS, usr);
1169 gl->PixelStorei(GL_UNPACK_SKIP_ROWS, 0);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp2996 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &pSave->cSkipRows);
3029 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_SKIP_ROWS, 0), pState, pContext);
3062 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_SKIP_ROWS, pSave->cSkipRows), pState, pContext);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h635 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h633 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h4353 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h456 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h456 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h4675 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro

Completed in 262 milliseconds