Lines Matching refs:GLbyte

100    void (*swapfunc)(GLbyte *pc);
115 GLbyte *returnBuf;
143 void (*largeCmdRequestsSwapProc)(GLbyte *);
145 GLbyte *largeCmdBuf;
158 typedef void (*__GLXdispatchRenderProcPtr)(GLbyte *);
159 typedef int (*__GLXdispatchSingleProcPtr)(__GLXclientState *, GLbyte *);
160 typedef int (*__GLXdispatchVendorPrivProcPtr)(__GLXclientState *, GLbyte *);
180 int (*varsize)(GLbyte *pc, Bool swap);
206 extern void __glXDisp_DrawArrays(GLbyte*);
207 extern void __glXDispSwap_DrawArrays(GLbyte*);
248 extern int __glXCallListsReqSize(GLbyte *pc, Bool swap);
249 extern int __glXBitmapReqSize(GLbyte *pc, Bool swap);
250 extern int __glXFogfvReqSize(GLbyte *pc, Bool swap);
251 extern int __glXFogivReqSize(GLbyte *pc, Bool swap);
252 extern int __glXLightfvReqSize(GLbyte *pc, Bool swap);
253 extern int __glXLightivReqSize(GLbyte *pc, Bool swap);
254 extern int __glXLightModelfvReqSize(GLbyte *pc, Bool swap);
255 extern int __glXLightModelivReqSize(GLbyte *pc, Bool swap);
256 extern int __glXMaterialfvReqSize(GLbyte *pc, Bool swap);
257 extern int __glXMaterialivReqSize(GLbyte *pc, Bool swap);
258 extern int __glXTexParameterfvReqSize(GLbyte *pc, Bool swap);
259 extern int __glXTexParameterivReqSize(GLbyte *pc, Bool swap);
260 extern int __glXTexImage1DReqSize(GLbyte *pc, Bool swap);
261 extern int __glXTexImage2DReqSize(GLbyte *pc, Bool swap);
262 extern int __glXTexEnvfvReqSize(GLbyte *pc, Bool swap);
263 extern int __glXTexEnvivReqSize(GLbyte *pc, Bool swap);
264 extern int __glXTexGendvReqSize(GLbyte *pc, Bool swap);
265 extern int __glXTexGenfvReqSize(GLbyte *pc, Bool swap);
266 extern int __glXTexGenivReqSize(GLbyte *pc, Bool swap);
267 extern int __glXMap1dReqSize(GLbyte *pc, Bool swap);
268 extern int __glXMap1fReqSize(GLbyte *pc, Bool swap);
269 extern int __glXMap2dReqSize(GLbyte *pc, Bool swap);
270 extern int __glXMap2fReqSize(GLbyte *pc, Bool swap);
271 extern int __glXPixelMapfvReqSize(GLbyte *pc, Bool swap);
272 extern int __glXPixelMapuivReqSize(GLbyte *pc, Bool swap);
273 extern int __glXPixelMapusvReqSize(GLbyte *pc, Bool swap);
274 extern int __glXDrawPixelsReqSize(GLbyte *pc, Bool swap);
275 extern int __glXDrawArraysSize(GLbyte *pc, Bool swap);
276 extern int __glXPrioritizeTexturesReqSize(GLbyte *pc, Bool swap);
277 extern int __glXTexSubImage1DReqSize(GLbyte *pc, Bool swap);
278 extern int __glXTexSubImage2DReqSize(GLbyte *pc, Bool swap);
279 extern int __glXTexImage3DReqSize(GLbyte *pc, Bool swap );
280 extern int __glXTexSubImage3DReqSize(GLbyte *pc, Bool swap);
281 extern int __glXConvolutionFilter1DReqSize(GLbyte *pc, Bool swap);
282 extern int __glXConvolutionFilter2DReqSize(GLbyte *pc, Bool swap);
283 extern int __glXConvolutionParameterivReqSize(GLbyte *pc, Bool swap);
284 extern int __glXConvolutionParameterfvReqSize(GLbyte *pc, Bool swap);
285 extern int __glXSeparableFilter2DReqSize(GLbyte *pc, Bool swap);
286 extern int __glXColorTableReqSize(GLbyte *pc, Bool swap);
287 extern int __glXColorSubTableReqSize(GLbyte *pc, Bool swap);
288 extern int __glXColorTableParameterfvReqSize(GLbyte *pc, Bool swap);
289 extern int __glXColorTableParameterivReqSize(GLbyte *pc, Bool swap);