Lines Matching refs:GLboolean
47 GLboolean swapBytes, lsbFirst; in __glXDisp_ReadPixels()
67 swapBytes = *(GLboolean *) (pc + 24); in __glXDisp_ReadPixels()
68 lsbFirst = *(GLboolean *) (pc + 25); in __glXDisp_ReadPixels()
98 GLboolean swapBytes; in __glXDisp_GetTexImage()
118 swapBytes = *(GLboolean *) (pc + 16); in __glXDisp_GetTexImage()
158 GLboolean lsbFirst; in __glXDisp_GetPolygonStipple()
174 lsbFirst = *(GLboolean *) (pc + 0); in __glXDisp_GetPolygonStipple()
199 GLboolean swapBytes; in GetSeparableFilter()
215 swapBytes = *(GLboolean *) (pc + 12); in GetSeparableFilter()
278 GLboolean swapBytes; in GetConvolutionFilter()
294 swapBytes = *(GLboolean *) (pc + 12); in GetConvolutionFilter()
355 GLboolean swapBytes, reset; in GetHistogram()
371 swapBytes = *(GLboolean *) (pc + 12); in GetHistogram()
372 reset = *(GLboolean *) (pc + 13); in GetHistogram()
425 GLboolean swapBytes, reset; in GetMinmax()
440 swapBytes = *(GLboolean *) (pc + 12); in GetMinmax()
441 reset = *(GLboolean *) (pc + 13); in GetMinmax()
488 GLboolean swapBytes; in GetColorTable()
504 swapBytes = *(GLboolean *) (pc + 12); in GetColorTable()