Lines Matching refs:GLint
43 GLint order, k; in __glXDispSwap_Map1f()
46 GLint compsize; in __glXDispSwap_Map1f()
57 order = *(GLint *) (pc + 12); in __glXDispSwap_Map1f()
78 GLint uorder, vorder, ustride, vstride, k; in __glXDispSwap_Map2f()
81 GLint compsize; in __glXDispSwap_Map2f()
95 uorder = *(GLint *) (pc + 12); in __glXDispSwap_Map2f()
96 vorder = *(GLint *) (pc + 24); in __glXDispSwap_Map2f()
122 GLint order, k, compsize; in __glXDispSwap_Map1d()
135 order = *(GLint *) (pc + 20); in __glXDispSwap_Map1d()
171 GLint uorder, vorder, ustride, vstride, k, compsize; in __glXDispSwap_Map2d()
186 uorder = *(GLint *) (pc + 36); in __glXDispSwap_Map2d()
187 vorder = *(GLint *) (pc + 40); in __glXDispSwap_Map2d()
224 swapArray(GLint numVals, GLenum datatype, in swapArray()
225 GLint stride, GLint numVertexes, GLbyte * pc) in swapArray()
250 GLint *pVal = (GLint *) pc; in swapArray()
288 GLint numVertexes = hdr->numVertexes; in __glXDispSwap_DrawArrays()
289 GLint numComponents = hdr->numComponents; in __glXDispSwap_DrawArrays()
291 GLint stride = 0; in __glXDispSwap_DrawArrays()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays()