Lines Matching refs:GLenum
46 GLenum format, type; in __glXDispSwap_ReadPixels()
75 format = *(GLenum *) (pc + 16); in __glXDispSwap_ReadPixels()
76 type = *(GLenum *) (pc + 20); in __glXDispSwap_ReadPixels()
89 *(GLenum *) (pc + 16), *(GLenum *) (pc + 20), answer); in __glXDispSwap_ReadPixels()
109 GLenum format, type, target; in __glXDispSwap_GetTexImage()
135 format = *(GLenum *) (pc + 8); in __glXDispSwap_GetTexImage()
136 type = *(GLenum *) (pc + 12); in __glXDispSwap_GetTexImage()
137 target = *(GLenum *) (pc + 0); in __glXDispSwap_GetTexImage()
157 glGetTexImage(*(GLenum *) (pc + 0), *(GLint *) (pc + 4), in __glXDispSwap_GetTexImage()
158 *(GLenum *) (pc + 8), *(GLenum *) (pc + 12), answer); in __glXDispSwap_GetTexImage()
226 GLenum format, type, target; in GetSeparableFilter()
246 format = *(GLenum *) (pc + 4); in GetSeparableFilter()
247 type = *(GLenum *) (pc + 8); in GetSeparableFilter()
248 target = *(GLenum *) (pc + 0); in GetSeparableFilter()
271 glGetSeparableFilter(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4), in GetSeparableFilter()
272 *(GLenum *) (pc + 8), answer, answer + compsize, NULL); in GetSeparableFilter()
315 GLenum format, type, target; in GetConvolutionFilter()
335 format = *(GLenum *) (pc + 4); in GetConvolutionFilter()
336 type = *(GLenum *) (pc + 8); in GetConvolutionFilter()
337 target = *(GLenum *) (pc + 0); in GetConvolutionFilter()
358 glGetConvolutionFilter(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4), in GetConvolutionFilter()
359 *(GLenum *) (pc + 8), answer); in GetConvolutionFilter()
402 GLenum format, type, target; in GetHistogram()
422 format = *(GLenum *) (pc + 4); in GetHistogram()
423 type = *(GLenum *) (pc + 8); in GetHistogram()
424 target = *(GLenum *) (pc + 0); in GetHistogram()
481 GLenum format, type, target; in GetMinmax()
500 format = *(GLenum *) (pc + 4); in GetMinmax()
501 type = *(GLenum *) (pc + 8); in GetMinmax()
502 target = *(GLenum *) (pc + 0); in GetMinmax()
552 GLenum format, type, target; in GetColorTable()
572 format = *(GLenum *) (pc + 4); in GetColorTable()
573 type = *(GLenum *) (pc + 8); in GetColorTable()
574 target = *(GLenum *) (pc + 0); in GetColorTable()
589 glGetColorTable(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4), in GetColorTable()
590 *(GLenum *) (pc + 8), answer); in GetColorTable()