/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_drawpixels.c | 24 cr_unpackDispatch.PixelStorei( GL_UNPACK_ROW_LENGTH, 0 ); 25 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_PIXELS, 0 ); 26 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 ); 27 cr_unpackDispatch.PixelStorei( GL_UNPACK_ALIGNMENT, 1 ); 50 cr_unpackDispatch.PixelStorei( GL_UNPACK_ROW_LENGTH, 0 ); 51 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_PIXELS, 0 ); 52 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 ); 53 cr_unpackDispatch.PixelStorei( GL_UNPACK_ALIGNMENT, 1 ); 78 cr_unpackDispatch.PixelStorei( GL_UNPACK_ROW_LENGTH, 0 ); 79 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_PIXEL [all...] |
H A D | unpack_readpixels.c | 38 cr_unpackDispatch.PixelStorei( GL_PACK_ROW_LENGTH, 0 ); 39 cr_unpackDispatch.PixelStorei( GL_PACK_SKIP_PIXELS, 0 ); 40 cr_unpackDispatch.PixelStorei( GL_PACK_SKIP_ROWS, 0 ); 41 cr_unpackDispatch.PixelStorei( GL_PACK_ALIGNMENT, 1 );
|
H A D | unpack_texture.c | 197 cr_unpackDispatch.PixelStorei( GL_UNPACK_ROW_LENGTH, 0 ); 198 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_PIXELS, 0 ); 199 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 ); 200 cr_unpackDispatch.PixelStorei( GL_UNPACK_ALIGNMENT, 1 ); 226 cr_unpackDispatch.PixelStorei( GL_UNPACK_ROW_LENGTH, 0 ); 227 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_PIXELS, 0 ); 228 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_ROWS, 0 ); 229 cr_unpackDispatch.PixelStorei( GL_UNPACK_ALIGNMENT, 1 ); 252 cr_unpackDispatch.PixelStorei( GL_UNPACK_ROW_LENGTH, 0 ); 253 cr_unpackDispatch.PixelStorei( GL_UNPACK_SKIP_PIXEL [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/ |
H A D | VBoxDbgGl.c | 156 DBGL_OP(PixelStorei(GL_PACK_ROW_LENGTH, 0)); 157 DBGL_OP(PixelStorei(GL_PACK_ALIGNMENT, 1)); 158 DBGL_OP(PixelStorei(GL_PACK_SKIP_PIXELS, 0)); 159 DBGL_OP(PixelStorei(GL_PACK_SKIP_ROWS, 0)); 161 DBGL_OP(PixelStorei(GL_UNPACK_ROW_LENGTH, 0)); 162 DBGL_OP(PixelStorei(GL_UNPACK_ALIGNMENT, 1)); 163 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_PIXELS, 0)); 164 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, 0)); 174 DBGL_OP(PixelStorei(GL_PACK_ROW_LENGTH, pr)); 175 DBGL_OP(PixelStorei(GL_PACK_ALIGNMEN [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/ |
H A D | VBoxDbgGl.c | 165 DBGL_OP(PixelStorei(GL_PACK_ROW_LENGTH, 0)); 166 DBGL_OP(PixelStorei(GL_PACK_ALIGNMENT, 1)); 167 DBGL_OP(PixelStorei(GL_PACK_SKIP_PIXELS, 0)); 168 DBGL_OP(PixelStorei(GL_PACK_SKIP_ROWS, 0)); 170 DBGL_OP(PixelStorei(GL_UNPACK_ROW_LENGTH, 0)); 171 DBGL_OP(PixelStorei(GL_UNPACK_ALIGNMENT, 1)); 172 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_PIXELS, 0)); 173 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, 0)); 183 DBGL_OP(PixelStorei(GL_PACK_ROW_LENGTH, pr)); 184 DBGL_OP(PixelStorei(GL_PACK_ALIGNMEN [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/ |
H A D | VBoxDbgGl.c | 156 DBGL_OP(PixelStorei(GL_PACK_ROW_LENGTH, 0)); 157 DBGL_OP(PixelStorei(GL_PACK_ALIGNMENT, 1)); 158 DBGL_OP(PixelStorei(GL_PACK_SKIP_PIXELS, 0)); 159 DBGL_OP(PixelStorei(GL_PACK_SKIP_ROWS, 0)); 161 DBGL_OP(PixelStorei(GL_UNPACK_ROW_LENGTH, 0)); 162 DBGL_OP(PixelStorei(GL_UNPACK_ALIGNMENT, 1)); 163 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_PIXELS, 0)); 164 DBGL_OP(PixelStorei(GL_UNPACK_SKIP_ROWS, 0)); 174 DBGL_OP(PixelStorei(GL_PACK_ROW_LENGTH, pr)); 175 DBGL_OP(PixelStorei(GL_PACK_ALIGNMEN [all...] |
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_diff.c | 149 diff_api.PixelStorei(GL_PACK_SKIP_ROWS, 0); 150 diff_api.PixelStorei(GL_PACK_SKIP_PIXELS, 0); 151 diff_api.PixelStorei(GL_PACK_ALIGNMENT, 1); 152 diff_api.PixelStorei(GL_PACK_ROW_LENGTH, 0); 153 diff_api.PixelStorei(GL_PACK_IMAGE_HEIGHT, 0); 154 diff_api.PixelStorei(GL_PACK_SKIP_IMAGES, 0); 155 diff_api.PixelStorei(GL_PACK_SWAP_BYTES, 0); 156 diff_api.PixelStorei(GL_PACK_LSB_FIRST, 0); 268 diff_api.PixelStorei(GL_PACK_SKIP_ROWS, packing.skipRows); 269 diff_api.PixelStorei(GL_PACK_SKIP_PIXEL [all...] |
H A D | state_texdiff.c | 701 diff_api.PixelStorei(GL_UNPACK_ROW_LENGTH, 0); 702 diff_api.PixelStorei(GL_UNPACK_SKIP_PIXELS, 0); 703 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0); 704 diff_api.PixelStorei(GL_UNPACK_ALIGNMENT, 1); 748 diff_api.PixelStorei(GL_UNPACK_ROW_LENGTH, 0); 749 diff_api.PixelStorei(GL_UNPACK_SKIP_PIXELS, 0); 750 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, 0); 751 diff_api.PixelStorei(GL_UNPACK_ALIGNMENT, 1); 794 diff_api.PixelStorei(GL_UNPACK_ROW_LENGTH, 0); 795 diff_api.PixelStorei(GL_UNPACK_SKIP_PIXEL [all...] |
H A D | state_client.c | 2291 diff_api.PixelStorei(GL_UNPACK_ROW_LENGTH, to->unpack.rowLength); 2297 diff_api.PixelStorei(GL_UNPACK_SKIP_ROWS, to->unpack.skipRows); 2303 diff_api.PixelStorei(GL_UNPACK_SKIP_PIXELS, to->unpack.skipPixels); 2309 diff_api.PixelStorei(GL_UNPACK_ALIGNMENT, to->unpack.alignment); 2315 diff_api.PixelStorei(GL_UNPACK_IMAGE_HEIGHT, to->unpack.imageHeight); 2321 diff_api.PixelStorei(GL_UNPACK_SKIP_IMAGES, to->unpack.skipImages); 2327 diff_api.PixelStorei(GL_UNPACK_SWAP_BYTES, to->unpack.swapBytes); 2333 diff_api.PixelStorei(GL_UNPACK_LSB_FIRST, to->unpack.psLSBFirst); 2344 diff_api.PixelStorei(GL_PACK_ROW_LENGTH, to->pack.rowLength); 2350 diff_api.PixelStorei(GL_PACK_SKIP_ROW [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm.c | 499 dispatchTable->PixelStorei(GL_UNPACK_ROW_LENGTH, 0); 500 dispatchTable->PixelStorei(GL_UNPACK_SKIP_PIXELS, 0); 501 dispatchTable->PixelStorei(GL_UNPACK_SKIP_ROWS, 0); 502 dispatchTable->PixelStorei(GL_UNPACK_ALIGNMENT, 1); 508 dispatchTable->PixelStorei(GL_UNPACK_ROW_LENGTH, clientState->unpack.rowLength); 509 dispatchTable->PixelStorei(GL_UNPACK_SKIP_PIXELS, clientState->unpack.skipPixels); 510 dispatchTable->PixelStorei(GL_UNPACK_SKIP_ROWS, clientState->unpack.skipRows); 511 dispatchTable->PixelStorei(GL_UNPACK_ALIGNMENT, clientState->unpack.alignment);
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_misc.c | 665 gl->PixelStorei(GL_PACK_ROW_LENGTH, 0); 666 gl->PixelStorei(GL_PACK_ALIGNMENT, 1); 667 gl->PixelStorei(GL_PACK_SKIP_PIXELS, 0); 668 gl->PixelStorei(GL_PACK_SKIP_ROWS, 0); 670 gl->PixelStorei(GL_UNPACK_ROW_LENGTH, 0); 671 gl->PixelStorei(GL_UNPACK_ALIGNMENT, 1); 672 gl->PixelStorei(GL_UNPACK_SKIP_PIXELS, 0); 673 gl->PixelStorei(GL_UNPACK_SKIP_ROWS, 0); 683 gl->PixelStorei(GL_PACK_ROW_LENGTH, pr); 684 gl->PixelStorei(GL_PACK_ALIGNMEN [all...] |
H A D | server_getteximage.c | 83 cr_server.head_spu->dispatch_table.PixelStorei(GL_PACK_ALIGNMENT, 1);
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx.c | 2272 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_ROW_LENGTH, pUnpackState->rowLength); 2273 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_SKIP_ROWS, pUnpackState->skipRows); 2274 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_SKIP_PIXELS, pUnpackState->skipPixels); 2275 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_ALIGNMENT, pUnpackState->alignment); 2276 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_SWAP_BYTES, pUnpackState->swapBytes); 2277 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_LSB_FIRST, pUnpackState->psLSBFirst); 2475 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_ROW_LENGTH, pGlxPixmap->w);
|
H A D | VBoxICDList.h | 298 ICD_ENTRY(PixelStorei) /* 250 */
|
H A D | fakedri_glfuncsList.h | 273 GLAPI_ENTRY(PixelStorei)
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu.c | 1277 render_spu.self.PixelStorei(GL_UNPACK_ALIGNMENT, 1);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | glapitable.h | 294 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | glapitable.h | 293 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | glapitable.h | 293 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | glapitable.h | 293 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | glapitable.h | 293 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | glapitable.h | 293 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | glapitable.h | 293 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | glapitable.h | 293 void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | glapitable.h | 291 void (GLAPIENTRYP PixelStorei) (GLenum pname, GLint param); /* 250 */
|