65fea56f17cd614bc8908264df980a62e1931468vboxsync/* DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script */
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync/*
65fea56f17cd614bc8908264df980a62e1931468vboxsync * (C) Copyright IBM Corporation 2005
65fea56f17cd614bc8908264df980a62e1931468vboxsync * All Rights Reserved.
65fea56f17cd614bc8908264df980a62e1931468vboxsync *
65fea56f17cd614bc8908264df980a62e1931468vboxsync * Permission is hereby granted, free of charge, to any person obtaining a
65fea56f17cd614bc8908264df980a62e1931468vboxsync * copy of this software and associated documentation files (the "Software"),
65fea56f17cd614bc8908264df980a62e1931468vboxsync * to deal in the Software without restriction, including without limitation
65fea56f17cd614bc8908264df980a62e1931468vboxsync * the rights to use, copy, modify, merge, publish, distribute, sub license,
65fea56f17cd614bc8908264df980a62e1931468vboxsync * and/or sell copies of the Software, and to permit persons to whom the
65fea56f17cd614bc8908264df980a62e1931468vboxsync * Software is furnished to do so, subject to the following conditions:
65fea56f17cd614bc8908264df980a62e1931468vboxsync *
65fea56f17cd614bc8908264df980a62e1931468vboxsync * The above copyright notice and this permission notice (including the next
65fea56f17cd614bc8908264df980a62e1931468vboxsync * paragraph) shall be included in all copies or substantial portions of the
65fea56f17cd614bc8908264df980a62e1931468vboxsync * Software.
65fea56f17cd614bc8908264df980a62e1931468vboxsync *
65fea56f17cd614bc8908264df980a62e1931468vboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65fea56f17cd614bc8908264df980a62e1931468vboxsync * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
65fea56f17cd614bc8908264df980a62e1931468vboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
65fea56f17cd614bc8908264df980a62e1931468vboxsync * IBM,
65fea56f17cd614bc8908264df980a62e1931468vboxsync * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
65fea56f17cd614bc8908264df980a62e1931468vboxsync * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
65fea56f17cd614bc8908264df980a62e1931468vboxsync * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
65fea56f17cd614bc8908264df980a62e1931468vboxsync * SOFTWARE.
65fea56f17cd614bc8908264df980a62e1931468vboxsync */
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync#if !defined( _INDIRECT_REQSIZE_H_ )
65fea56f17cd614bc8908264df980a62e1931468vboxsync#define _INDIRECT_REQSIZE_H_
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync#include <X11/Xfuncproto.h>
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
65fea56f17cd614bc8908264df980a62e1931468vboxsync#define PURE __attribute__((pure))
65fea56f17cd614bc8908264df980a62e1931468vboxsync#else
65fea56f17cd614bc8908264df980a62e1931468vboxsync#define PURE
65fea56f17cd614bc8908264df980a62e1931468vboxsync#endif
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXCallListsReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXBitmapReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXFogfvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXFogivReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXLightfvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXLightivReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXLightModelfvReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXLightModelivReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXMaterialfvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXMaterialivReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXPolygonStippleReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexParameterfvReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexParameterivReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexImage1DReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexImage2DReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexEnvfvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexEnvivReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexGendvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexGenfvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexGenivReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXMap1dReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXMap1fReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXMap2dReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXMap2fReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXPixelMapfvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXPixelMapuivReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXPixelMapusvReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXDrawPixelsReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXDrawArraysReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXPrioritizeTexturesReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexSubImage1DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexSubImage2DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXColorTableReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXColorTableParameterfvReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXColorTableParameterivReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXColorSubTableReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXConvolutionFilter1DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXConvolutionFilter2DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXConvolutionParameterfvReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXConvolutionParameterivReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXSeparableFilter2DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexImage3DReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXTexSubImage3DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXCompressedTexImage1DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXCompressedTexImage2DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXCompressedTexImage3DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXCompressedTexSubImage1DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXCompressedTexSubImage2DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXCompressedTexSubImage3DReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXPointParameterfvReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXPointParameterivReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXDrawBuffersReqSize(const GLbyte * pc, Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXProgramStringARBReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXDeleteFramebuffersReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXDeleteRenderbuffersReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs1dvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs1fvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs1svNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs2dvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs2fvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs2svNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs3dvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs3fvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs3svNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs4dvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs4fvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs4svNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsyncextern PURE _X_HIDDEN int __glXVertexAttribs4ubvNVReqSize(const GLbyte * pc,
65fea56f17cd614bc8908264df980a62e1931468vboxsync Bool swap);
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync#undef PURE
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync#endif /* !defined( _INDIRECT_REQSIZE_H_ ) */