Home
last modified time | relevance | path

Searched refs:swapBytes (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Drenderpixswap.c47 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_PolygonStipple()
69 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_Bitmap()
98 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_TexImage1D()
126 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_TexImage2D()
160 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_TexImage3D()
184 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_DrawPixels()
210 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_TexSubImage1D()
238 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_TexSubImage2D()
274 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_TexSubImage3D()
299 hdr->swapBytes = !hdr->swapBytes; in __glXDispSwap_ColorTable()
[all …]
H A Dglxsingle.c794 GLboolean swapBytes, lsbFirst; in __glXDisp_ReadPixels() local
832 swapBytes = *(GLboolean *) (pc + 24); in __glXDisp_ReadPixels()
843 swapBytes = !swapBytes; in __glXDisp_ReadPixels()
921 *(GLboolean *) (be_pc + 24) = swapBytes; in __glXDisp_ReadPixels()
/OK3568_Linux_fs/external/xserver/glx/
H A Dsinglepix.c47 GLboolean swapBytes, lsbFirst; in __glXDisp_ReadPixels() local
67 swapBytes = *(GLboolean *) (pc + 24); in __glXDisp_ReadPixels()
73 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in __glXDisp_ReadPixels()
98 GLboolean swapBytes; in __glXDisp_GetTexImage() local
118 swapBytes = *(GLboolean *) (pc + 16); in __glXDisp_GetTexImage()
134 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in __glXDisp_GetTexImage()
199 GLboolean swapBytes; in GetSeparableFilter() local
215 swapBytes = *(GLboolean *) (pc + 12); in GetSeparableFilter()
234 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetSeparableFilter()
278 GLboolean swapBytes; in GetConvolutionFilter() local
[all …]
H A Dsinglepixswap.c47 GLboolean swapBytes, lsbFirst; in __glXDispSwap_ReadPixels() local
77 swapBytes = *(GLboolean *) (pc + 24); in __glXDispSwap_ReadPixels()
83 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in __glXDispSwap_ReadPixels()
110 GLboolean swapBytes; in __glXDispSwap_GetTexImage() local
138 swapBytes = *(GLboolean *) (pc + 16); in __glXDispSwap_GetTexImage()
154 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in __glXDispSwap_GetTexImage()
227 GLboolean swapBytes; in GetSeparableFilter() local
249 swapBytes = *(GLboolean *) (pc + 12); in GetSeparableFilter()
268 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetSeparableFilter()
316 GLboolean swapBytes; in GetConvolutionFilter() local
[all …]
H A Drenderpix.c48 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_SeparableFilter2D()
H A Drenderpixswap.c66 glPixelStorei(GL_UNPACK_SWAP_BYTES, !hdr->swapBytes); in __glXDispSwap_SeparableFilter2D()
H A Dindirect_dispatch.c965 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_TexImage1D()
986 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_TexImage2D()
1492 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_DrawPixels()
2693 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_TexSubImage1D()
2713 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_TexSubImage2D()
2749 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_ColorTable()
2915 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_ColorSubTable()
2943 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_ConvolutionFilter1D()
2962 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_ConvolutionFilter2D()
3414 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_TexImage3D()
[all …]
H A Dindirect_dispatch_swap.c1135 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_TexImage1D()
1158 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_TexImage2D()
1697 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_DrawPixels()
2985 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_TexSubImage1D()
3007 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_TexSubImage2D()
3046 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_ColorTable()
3227 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_ColorSubTable()
3258 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_ConvolutionFilter1D()
3279 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_ConvolutionFilter2D()
3766 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDispSwap_TexImage3D()
[all …]