Lines Matching refs:swapBytes
47 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
294 swapBytes = *(GLboolean *) (pc + 12); in GetConvolutionFilter()
311 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetConvolutionFilter()
355 GLboolean swapBytes, reset; in GetHistogram() local
371 swapBytes = *(GLboolean *) (pc + 12); in GetHistogram()
383 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetHistogram()
425 GLboolean swapBytes, reset; in GetMinmax() local
440 swapBytes = *(GLboolean *) (pc + 12); in GetMinmax()
447 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetMinmax()
488 GLboolean swapBytes; in GetColorTable() local
504 swapBytes = *(GLboolean *) (pc + 12); in GetColorTable()
515 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetColorTable()