Lines Matching refs:swapBytes
47 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
338 swapBytes = *(GLboolean *) (pc + 12); in GetConvolutionFilter()
355 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetConvolutionFilter()
403 GLboolean swapBytes, reset; in GetHistogram() local
425 swapBytes = *(GLboolean *) (pc + 12); in GetHistogram()
437 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetHistogram()
482 GLboolean swapBytes, reset; in GetMinmax() local
503 swapBytes = *(GLboolean *) (pc + 12); in GetMinmax()
510 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetMinmax()
553 GLboolean swapBytes; in GetColorTable() local
575 swapBytes = *(GLboolean *) (pc + 12); in GetColorTable()
586 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetColorTable()