Searched refs:lsbFirst (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Drenderpix.c49 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
H A Drenderpixswap.c67 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
H A Dsinglepix.c47 GLboolean swapBytes, lsbFirst; local in function:__glXDisp_ReadPixels
68 lsbFirst = *(GLboolean *) (pc + 25);
74 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst);
158 GLboolean lsbFirst; local in function:__glXDisp_GetPolygonStipple
174 lsbFirst = *(GLboolean *) (pc + 0);
176 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst);
H A Dsinglepixswap.c47 GLboolean swapBytes, lsbFirst; local in function:__glXDispSwap_ReadPixels
78 lsbFirst = *(GLboolean *) (pc + 25);
84 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst);
183 GLboolean lsbFirst; local in function:__glXDispSwap_GetPolygonStipple
201 lsbFirst = *(GLboolean *) (pc + 0);
203 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst);
H A Dindirect_dispatch.c151 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
900 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
966 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
987 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
1493 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
2694 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
2714 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
2750 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
2916 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
2944 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
[all...]
H A Dindirect_dispatch_swap.c277 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
1052 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
1124 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
1147 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
1686 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
2974 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
2996 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
3035 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
3216 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
3247 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpixelstore.c138 state->storePack.lsbFirst = (param != 0);
199 state->storeUnpack.lsbFirst = (param != 0);
281 state->storePack.lsbFirst = (param != 0);
336 state->storeUnpack.lsbFirst = (param != 0);
H A Dpixel.c91 GLint lsbFirst = state->storeUnpack.lsbFirst; local in function:FillBitmap
120 if (lsbFirst) {
129 if (lsbFirst) {
279 GLint lsbFirst = state->storePack.lsbFirst; local in function:EmptyBitmap
326 if (lsbFirst) {
344 if (lsbFirst) {
364 if (lsbFirst) {
371 if (lsbFirst) {
[all...]
H A Dsingle2.c270 *data = (GLintptr) state->storePack.lsbFirst;
294 *data = (GLintptr) state->storeUnpack.lsbFirst;
H A Dglxclient.h183 GLboolean lsbFirst; member in struct:__GLXpixelStoreModeRec
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpixelstore.c138 state->storePack.lsbFirst = (param != 0);
199 state->storeUnpack.lsbFirst = (param != 0);
281 state->storePack.lsbFirst = (param != 0);
336 state->storeUnpack.lsbFirst = (param != 0);
H A Dpixel.c91 GLint lsbFirst = state->storeUnpack.lsbFirst; local in function:FillBitmap
120 if (lsbFirst) {
129 if (lsbFirst) {
279 GLint lsbFirst = state->storePack.lsbFirst; local in function:EmptyBitmap
326 if (lsbFirst) {
344 if (lsbFirst) {
364 if (lsbFirst) {
371 if (lsbFirst) {
[all...]
H A Dsingle2.c270 *data = (GLintptr) state->storePack.lsbFirst;
294 *data = (GLintptr) state->storeUnpack.lsbFirst;
H A Dglxclient.h185 GLboolean lsbFirst; member in struct:__GLXpixelStoreModeRec
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drenderpix.c52 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
H A Drenderpixswap.c69 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
H A Dsinglepix.c50 GLboolean swapBytes, lsbFirst; local in function:__glXDisp_ReadPixels
70 lsbFirst = *(GLboolean *)(pc + 25);
76 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_LSB_FIRST, lsbFirst) );
166 GLboolean lsbFirst; local in function:__glXDisp_GetPolygonStipple
181 lsbFirst = *(GLboolean *)(pc + 0);
183 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_LSB_FIRST, lsbFirst) );
H A Dsinglepixswap.c50 GLboolean swapBytes, lsbFirst; local in function:__glXDispSwap_ReadPixels
79 lsbFirst = *(GLboolean *)(pc + 25);
85 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_LSB_FIRST, lsbFirst) );
189 GLboolean lsbFirst; local in function:__glXDispSwap_GetPolygonStipple
205 lsbFirst = *(GLboolean *)(pc + 0);
207 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_LSB_FIRST, lsbFirst) );
H A Dindirect_dispatch_swap.c261 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1138 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1218 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1242 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1848 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3099 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3122 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3164 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3345 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3378 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
[all...]
H A Dindirect_dispatch.c164 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1041 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1121 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1145 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
1751 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
2977 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3000 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3042 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3219 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
3252 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_LSB_FIRST, hdr->lsbFirst) );
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxsingle.c754 GLboolean swapBytes, lsbFirst; local in function:__glXDisp_ReadPixels
793 lsbFirst = *(GLboolean *)(pc + 25);
879 *(GLboolean *)(be_pc + 25) = lsbFirst;
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h1470 BOOL lsbFirst; \
1491 BOOL lsbFirst; \

Completed in 51 milliseconds