Searched refs:skipRows (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_readpixels.c25 const GLint skipRows = READ_DATA( 32, GLint ); local
67 rp->skipRows = skipRows;
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_readpixels.c21 GLint skipRows = READ_DATA( 32, GLint ); local
33 (void) skipRows;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxserver.h221 GLint skipRows, GLint alignment);
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_client.h48 GLint skipRows; member in struct:__anon16176
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxserver.h233 GLint rowLength, GLint skipRows, GLint alignment);
237 GLint skipImages, GLint skipRows, GLint alignment);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxserver.h254 GLint rowLength, GLint skipRows, GLint alignment);
258 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
253 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
253 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
253 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
253 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h241 GLint rowLength, GLint skipRows, GLint alignment);
245 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxserver.h235 GLint rowLength, GLint skipRows, GLint alignment);
239 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxserver.h235 GLint rowLength, GLint skipRows, GLint alignment);
239 GLint skipImages, GLint skipRows, GLint alignment);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h259 GLint rowLength, GLint skipRows, GLint alignment);
263 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h259 GLint rowLength, GLint skipRows, GLint alignment);
263 GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxserver.h235 GLint skipRows, GLint alignment);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxserver.h252 GLint imageHeight, GLint rowLength, GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h263 GLint imageHeight, GLint rowLength, GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h256 GLint imageHeight, GLint rowLength, GLint skipImages, GLint skipRows,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxserver.h237 GLint skipRows, GLint alignment);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_protocol.h254 int skipRows; member in struct:CRMessageReadPixels
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_pixels.c100 WRITE_DATA( 32, GLint, packstate->skipRows );
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c179 0, /* skipRows */
207 APPLY_IF_NEQ(clientState->unpack, skipRows, GL_UNPACK_SKIP_ROWS);
223 RESTORE_IF_NEQ(clientState->unpack, skipRows, GL_UNPACK_SKIP_ROWS);
239 APPLY_IF_NEQ(clientState->pack, skipRows, GL_PACK_SKIP_ROWS);
255 RESTORE_IF_NEQ(clientState->pack, skipRows, GL_PACK_SKIP_ROWS);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dnet.c1046 rp->skipRows == 0 &&
1055 packing.skipRows = rp->skipRows;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_client.c22 0, /* skipRows */
120 c->unpack.skipRows = 0;
128 c->pack.skipRows = 0;
400 c->pack.skipRows = param;
468 c->unpack.skipRows = param;
2295 if (from->unpack.skipRows != to->unpack.skipRows)
2297 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, to->unpack.skipRows);
2348 if (from->pack.skipRows != to->pack.skipRows)
[all...]

Completed in 186 milliseconds

12