Lines Matching refs:pc

43 __glXDispSwap_ReadPixels(__GLXclientState * cl, GLbyte * pc)  in __glXDispSwap_ReadPixels()  argument
59 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag); in __glXDispSwap_ReadPixels()
60 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); in __glXDispSwap_ReadPixels()
65 pc += __GLX_SINGLE_HDR_SIZE; in __glXDispSwap_ReadPixels()
66 __GLX_SWAP_INT(pc + 0); in __glXDispSwap_ReadPixels()
67 __GLX_SWAP_INT(pc + 4); in __glXDispSwap_ReadPixels()
68 __GLX_SWAP_INT(pc + 8); in __glXDispSwap_ReadPixels()
69 __GLX_SWAP_INT(pc + 12); in __glXDispSwap_ReadPixels()
70 __GLX_SWAP_INT(pc + 16); in __glXDispSwap_ReadPixels()
71 __GLX_SWAP_INT(pc + 20); in __glXDispSwap_ReadPixels()
73 width = *(GLsizei *) (pc + 8); in __glXDispSwap_ReadPixels()
74 height = *(GLsizei *) (pc + 12); in __glXDispSwap_ReadPixels()
75 format = *(GLenum *) (pc + 16); in __glXDispSwap_ReadPixels()
76 type = *(GLenum *) (pc + 20); in __glXDispSwap_ReadPixels()
77 swapBytes = *(GLboolean *) (pc + 24); in __glXDispSwap_ReadPixels()
78 lsbFirst = *(GLboolean *) (pc + 25); in __glXDispSwap_ReadPixels()
87 glReadPixels(*(GLint *) (pc + 0), *(GLint *) (pc + 4), in __glXDispSwap_ReadPixels()
88 *(GLsizei *) (pc + 8), *(GLsizei *) (pc + 12), in __glXDispSwap_ReadPixels()
89 *(GLenum *) (pc + 16), *(GLenum *) (pc + 20), answer); in __glXDispSwap_ReadPixels()
106 __glXDispSwap_GetTexImage(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetTexImage() argument
122 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag); in __glXDispSwap_GetTexImage()
123 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); in __glXDispSwap_GetTexImage()
128 pc += __GLX_SINGLE_HDR_SIZE; in __glXDispSwap_GetTexImage()
129 __GLX_SWAP_INT(pc + 0); in __glXDispSwap_GetTexImage()
130 __GLX_SWAP_INT(pc + 4); in __glXDispSwap_GetTexImage()
131 __GLX_SWAP_INT(pc + 8); in __glXDispSwap_GetTexImage()
132 __GLX_SWAP_INT(pc + 12); in __glXDispSwap_GetTexImage()
134 level = *(GLint *) (pc + 4); 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()
138 swapBytes = *(GLboolean *) (pc + 16); 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()
181 __glXDispSwap_GetPolygonStipple(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetPolygonStipple() argument
195 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag); in __glXDispSwap_GetPolygonStipple()
196 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); in __glXDispSwap_GetPolygonStipple()
200 pc += __GLX_SINGLE_HDR_SIZE; in __glXDispSwap_GetPolygonStipple()
201 lsbFirst = *(GLboolean *) (pc + 0); in __glXDispSwap_GetPolygonStipple()
223 GetSeparableFilter(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag) in GetSeparableFilter() argument
242 __GLX_SWAP_INT(pc + 0); in GetSeparableFilter()
243 __GLX_SWAP_INT(pc + 4); in GetSeparableFilter()
244 __GLX_SWAP_INT(pc + 8); in GetSeparableFilter()
246 format = *(GLenum *) (pc + 4); in GetSeparableFilter()
247 type = *(GLenum *) (pc + 8); in GetSeparableFilter()
248 target = *(GLenum *) (pc + 0); in GetSeparableFilter()
249 swapBytes = *(GLboolean *) (pc + 12); in GetSeparableFilter()
271 glGetSeparableFilter(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4), in GetSeparableFilter()
272 *(GLenum *) (pc + 8), answer, answer + compsize, NULL); in GetSeparableFilter()
292 __glXDispSwap_GetSeparableFilter(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetSeparableFilter() argument
294 const GLXContextTag tag = __GLX_GET_SINGLE_CONTEXT_TAG(pc); in __glXDispSwap_GetSeparableFilter()
298 return GetSeparableFilter(cl, pc + __GLX_SINGLE_HDR_SIZE, tag); in __glXDispSwap_GetSeparableFilter()
302 __glXDispSwap_GetSeparableFilterEXT(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetSeparableFilterEXT() argument
304 const GLXContextTag tag = __GLX_GET_VENDPRIV_CONTEXT_TAG(pc); in __glXDispSwap_GetSeparableFilterEXT()
308 return GetSeparableFilter(cl, pc + __GLX_VENDPRIV_HDR_SIZE, tag); in __glXDispSwap_GetSeparableFilterEXT()
312 GetConvolutionFilter(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag) in GetConvolutionFilter() argument
331 __GLX_SWAP_INT(pc + 0); in GetConvolutionFilter()
332 __GLX_SWAP_INT(pc + 4); in GetConvolutionFilter()
333 __GLX_SWAP_INT(pc + 8); in GetConvolutionFilter()
335 format = *(GLenum *) (pc + 4); in GetConvolutionFilter()
336 type = *(GLenum *) (pc + 8); in GetConvolutionFilter()
337 target = *(GLenum *) (pc + 0); in GetConvolutionFilter()
338 swapBytes = *(GLboolean *) (pc + 12); in GetConvolutionFilter()
358 glGetConvolutionFilter(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4), in GetConvolutionFilter()
359 *(GLenum *) (pc + 8), answer); in GetConvolutionFilter()
379 __glXDispSwap_GetConvolutionFilter(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetConvolutionFilter() argument
381 const GLXContextTag tag = __GLX_GET_SINGLE_CONTEXT_TAG(pc); in __glXDispSwap_GetConvolutionFilter()
385 return GetConvolutionFilter(cl, pc + __GLX_SINGLE_HDR_SIZE, tag); in __glXDispSwap_GetConvolutionFilter()
389 __glXDispSwap_GetConvolutionFilterEXT(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetConvolutionFilterEXT() argument
391 const GLXContextTag tag = __GLX_GET_VENDPRIV_CONTEXT_TAG(pc); in __glXDispSwap_GetConvolutionFilterEXT()
395 return GetConvolutionFilter(cl, pc + __GLX_VENDPRIV_HDR_SIZE, tag); in __glXDispSwap_GetConvolutionFilterEXT()
399 GetHistogram(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag) in GetHistogram() argument
418 __GLX_SWAP_INT(pc + 0); in GetHistogram()
419 __GLX_SWAP_INT(pc + 4); in GetHistogram()
420 __GLX_SWAP_INT(pc + 8); in GetHistogram()
422 format = *(GLenum *) (pc + 4); in GetHistogram()
423 type = *(GLenum *) (pc + 8); in GetHistogram()
424 target = *(GLenum *) (pc + 0); in GetHistogram()
425 swapBytes = *(GLboolean *) (pc + 12); in GetHistogram()
426 reset = *(GLboolean *) (pc + 13); in GetHistogram()
458 __glXDispSwap_GetHistogram(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetHistogram() argument
460 const GLXContextTag tag = __GLX_GET_SINGLE_CONTEXT_TAG(pc); in __glXDispSwap_GetHistogram()
464 return GetHistogram(cl, pc + __GLX_SINGLE_HDR_SIZE, tag); in __glXDispSwap_GetHistogram()
468 __glXDispSwap_GetHistogramEXT(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetHistogramEXT() argument
470 const GLXContextTag tag = __GLX_GET_VENDPRIV_CONTEXT_TAG(pc); in __glXDispSwap_GetHistogramEXT()
474 return GetHistogram(cl, pc + __GLX_VENDPRIV_HDR_SIZE, tag); in __glXDispSwap_GetHistogramEXT()
478 GetMinmax(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag) in GetMinmax() argument
496 __GLX_SWAP_INT(pc + 0); in GetMinmax()
497 __GLX_SWAP_INT(pc + 4); in GetMinmax()
498 __GLX_SWAP_INT(pc + 8); in GetMinmax()
500 format = *(GLenum *) (pc + 4); in GetMinmax()
501 type = *(GLenum *) (pc + 8); in GetMinmax()
502 target = *(GLenum *) (pc + 0); in GetMinmax()
503 swapBytes = *(GLboolean *) (pc + 12); in GetMinmax()
504 reset = *(GLboolean *) (pc + 13); in GetMinmax()
529 __glXDispSwap_GetMinmax(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetMinmax() argument
531 const GLXContextTag tag = __GLX_GET_SINGLE_CONTEXT_TAG(pc); in __glXDispSwap_GetMinmax()
535 return GetMinmax(cl, pc + __GLX_SINGLE_HDR_SIZE, tag); in __glXDispSwap_GetMinmax()
539 __glXDispSwap_GetMinmaxEXT(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetMinmaxEXT() argument
541 const GLXContextTag tag = __GLX_GET_VENDPRIV_CONTEXT_TAG(pc); in __glXDispSwap_GetMinmaxEXT()
545 return GetMinmax(cl, pc + __GLX_VENDPRIV_HDR_SIZE, tag); in __glXDispSwap_GetMinmaxEXT()
549 GetColorTable(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag) in GetColorTable() argument
568 __GLX_SWAP_INT(pc + 0); in GetColorTable()
569 __GLX_SWAP_INT(pc + 4); in GetColorTable()
570 __GLX_SWAP_INT(pc + 8); in GetColorTable()
572 format = *(GLenum *) (pc + 4); in GetColorTable()
573 type = *(GLenum *) (pc + 8); in GetColorTable()
574 target = *(GLenum *) (pc + 0); in GetColorTable()
575 swapBytes = *(GLboolean *) (pc + 12); in GetColorTable()
589 glGetColorTable(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4), in GetColorTable()
590 *(GLenum *) (pc + 8), answer); in GetColorTable()
608 __glXDispSwap_GetColorTable(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetColorTable() argument
610 const GLXContextTag tag = __GLX_GET_SINGLE_CONTEXT_TAG(pc); in __glXDispSwap_GetColorTable()
614 return GetColorTable(cl, pc + __GLX_SINGLE_HDR_SIZE, tag); in __glXDispSwap_GetColorTable()
618 __glXDispSwap_GetColorTableSGI(__GLXclientState * cl, GLbyte * pc) in __glXDispSwap_GetColorTableSGI() argument
620 const GLXContextTag tag = __GLX_GET_VENDPRIV_CONTEXT_TAG(pc); in __glXDispSwap_GetColorTableSGI()
624 return GetColorTable(cl, pc + __GLX_VENDPRIV_HDR_SIZE, tag); in __glXDispSwap_GetColorTableSGI()