Searched refs:GL_UNPACK_LSB_FIRST (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c22 glPixelStorei (GL_UNPACK_LSB_FIRST, GL_FALSE);
158 glGetIntegerv(GL_UNPACK_LSB_FIRST, &lsbfirst);
168 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE);
239 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst);
H A Dglx.c2267 stub.spu->dispatch_table.GetBooleanv(GL_UNPACK_LSB_FIRST, &pUnpackState->psLSBFirst);
2277 stub.spu->dispatch_table.PixelStorei(GL_UNPACK_LSB_FIRST, pUnpackState->psLSBFirst);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_diff.c293 diff_api.PixelStorei(GL_UNPACK_LSB_FIRST, 0);
437 diff_api.PixelStorei(GL_UNPACK_LSB_FIRST, unpack.psLSBFirst);
H A Dstate_client.c323 case GL_UNPACK_LSB_FIRST:
420 case GL_UNPACK_LSB_FIRST:
2333 diff_api.PixelStorei(GL_UNPACK_LSB_FIRST, to->unpack.psLSBFirst);
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c213 APPLY_IF_NEQ(clientState->unpack, psLSBFirst, GL_UNPACK_LSB_FIRST);
229 RESTORE_IF_NEQ(clientState->unpack, psLSBFirst, GL_UNPACK_LSB_FIRST);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp2992 glGetBooleanv(GL_UNPACK_LSB_FIRST, &pSave->fLsbFirst);
3027 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE), pState, pContext);
3060 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_LSB_FIRST, pSave->fLsbFirst), pState, pContext);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h632 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h630 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h4345 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h453 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h453 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h4664 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro

Completed in 288 milliseconds