2N/A#ifdef HAVE_DIX_CONFIG_H
2N/A#include <dix-config.h>
2N/A#endif
2N/A
2N/A#ifndef _singlesize_h_
2N/A#define _singlesize_h_
2N/A
2N/A/*
2N/A * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
2N/A * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
2N/A *
2N/A * Permission is hereby granted, free of charge, to any person obtaining a
2N/A * copy of this software and associated documentation files (the "Software"),
2N/A * to deal in the Software without restriction, including without limitation
2N/A * the rights to use, copy, modify, merge, publish, distribute, sublicense,
2N/A * and/or sell copies of the Software, and to permit persons to whom the
2N/A * Software is furnished to do so, subject to the following conditions:
2N/A *
2N/A * The above copyright notice including the dates of first publication and
2N/A * either this permission notice or a reference to
2N/A * http://oss.sgi.com/projects/FreeB/
2N/A * shall be included in all copies or substantial portions of the Software.
2N/A *
2N/A * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2N/A * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2N/A * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2N/A * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2N/A * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
2N/A * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2N/A * SOFTWARE.
2N/A *
2N/A * Except as contained in this notice, the name of Silicon Graphics, Inc.
2N/A * shall not be used in advertising or otherwise to promote the sale, use or
2N/A * other dealings in this Software without prior written authorization from
2N/A * Silicon Graphics, Inc.
2N/A */
2N/A
2N/A#include "indirect_size.h"
2N/A
2N/Aextern GLint __glReadPixels_size(GLenum format, GLenum type,
2N/A GLint width, GLint height);
2N/Aextern GLint __glGetMap_size(GLenum pname, GLenum query);
2N/Aextern GLint __glGetMapdv_size(GLenum target, GLenum query);
2N/Aextern GLint __glGetMapfv_size(GLenum target, GLenum query);
2N/Aextern GLint __glGetMapiv_size(GLenum target, GLenum query);
2N/Aextern GLint __glGetPixelMap_size(GLenum map);
2N/Aextern GLint __glGetPixelMapfv_size(GLenum map);
2N/Aextern GLint __glGetPixelMapuiv_size(GLenum map);
2N/Aextern GLint __glGetPixelMapusv_size(GLenum map);
2N/Aextern GLint __glGetTexImage_size(GLenum target, GLint level, GLenum format,
2N/A GLenum type, GLint width, GLint height,
2N/A GLint depth);
2N/A
2N/A#endif /* _singlesize_h_ */
2N/A