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

12

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_readpixels.c28 const GLint rowLength = READ_DATA( 44, GLint ); local
69 rp->rowLength = rowLength;
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_readpixels.c24 GLint rowLength = READ_DATA( 44, GLint ); local
35 (void) rowLength;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxserver.h220 GLint imageHeight, GLint rowLength, GLint skipImages,
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_client.h47 GLint rowLength; 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);
236 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxserver.h254 GLint rowLength, GLint skipRows, GLint alignment);
257 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
252 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
252 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
252 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h249 GLint rowLength, GLint skipRows, GLint alignment);
252 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h241 GLint rowLength, GLint skipRows, GLint alignment);
244 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxserver.h235 GLint rowLength, GLint skipRows, GLint alignment);
238 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxserver.h235 GLint rowLength, GLint skipRows, GLint alignment);
238 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h259 GLint rowLength, GLint skipRows, GLint alignment);
262 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h259 GLint rowLength, GLint skipRows, GLint alignment);
262 GLint imageHeight, GLint rowLength,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxserver.h234 GLint imageHeight, GLint rowLength, GLint skipImages,
/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.h236 GLint imageHeight, GLint rowLength, GLint skipImages,
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dnet.c1048 (rp->rowLength == 0 || rp->rowLength == rp->width)) {
1058 packing.rowLength = rp->rowLength;
H A Dpixel.c1472 0, /* rowLength */
1520 if (srcPacking->rowLength > 0)
1521 srcRowStrideBytes = (srcPacking->rowLength + 7) / 8;
1541 if (srcPacking->rowLength > 0)
1542 srcRowStrideBytes = srcPacking->rowLength * srcBytesPerPixel;
1546 if (dstPacking->rowLength > 0)
1547 dstRowStrideBytes = dstPacking->rowLength * dstBytesPerPixel;
1716 (srcPacking->rowLength == 0 || srcPacking->rowLength == width) &&
1731 if (srcPacking->rowLength >
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_protocol.h256 int rowLength; member in struct:CRMessageReadPixels
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_pixels.c103 WRITE_DATA( 44, GLint, packstate->rowLength );
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c178 0, /* rowLength */
206 APPLY_IF_NEQ(clientState->unpack, rowLength, GL_UNPACK_ROW_LENGTH);
222 RESTORE_IF_NEQ(clientState->unpack, rowLength, GL_UNPACK_ROW_LENGTH);
238 APPLY_IF_NEQ(clientState->pack, rowLength, GL_PACK_ROW_LENGTH);
254 RESTORE_IF_NEQ(clientState->pack, rowLength, GL_PACK_ROW_LENGTH);

Completed in 78 milliseconds

12