Searched refs:lsbFirst (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | singlepix.c | 47 GLboolean swapBytes, lsbFirst; in __glXDisp_ReadPixels() local 68 lsbFirst = *(GLboolean *) (pc + 25); in __glXDisp_ReadPixels() 74 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDisp_ReadPixels() 158 GLboolean lsbFirst; in __glXDisp_GetPolygonStipple() local 174 lsbFirst = *(GLboolean *) (pc + 0); in __glXDisp_GetPolygonStipple() 176 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDisp_GetPolygonStipple()
|
| H A D | singlepixswap.c | 47 GLboolean swapBytes, lsbFirst; in __glXDispSwap_ReadPixels() local 78 lsbFirst = *(GLboolean *) (pc + 25); in __glXDispSwap_ReadPixels() 84 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDispSwap_ReadPixels() 183 GLboolean lsbFirst; in __glXDispSwap_GetPolygonStipple() local 201 lsbFirst = *(GLboolean *) (pc + 0); in __glXDispSwap_GetPolygonStipple() 203 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDispSwap_GetPolygonStipple()
|
| H A D | renderpix.c | 49 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_SeparableFilter2D()
|
| H A D | renderpixswap.c | 67 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_SeparableFilter2D()
|
| H A D | indirect_dispatch.c | 151 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_Bitmap() 900 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_PolygonStipple() 966 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_TexImage1D() 987 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_TexImage2D() 1493 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_DrawPixels() 2694 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_TexSubImage1D() 2714 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_TexSubImage2D() 2750 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_ColorTable() 2916 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_ColorSubTable() 2944 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_ConvolutionFilter1D() [all …]
|
| H A D | indirect_dispatch_swap.c | 289 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_Bitmap() 1064 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_PolygonStipple() 1136 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_TexImage1D() 1159 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_TexImage2D() 1698 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_DrawPixels() 2986 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_TexSubImage1D() 3008 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_TexSubImage2D() 3047 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_ColorTable() 3228 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_ColorSubTable() 3259 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_ConvolutionFilter1D() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxsingle.c | 794 GLboolean swapBytes, lsbFirst; in __glXDisp_ReadPixels() local 833 lsbFirst = *(GLboolean *) (pc + 25); in __glXDisp_ReadPixels() 922 *(GLboolean *) (be_pc + 25) = lsbFirst; in __glXDisp_ReadPixels()
|