singlesize.h 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #ifdef HAVE_DIX_CONFIG_H
  2. #include <dix-config.h>
  3. #endif
  4. #ifndef _singlesize_h_
  5. #define _singlesize_h_
  6. /*
  7. * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
  8. * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
  9. *
  10. * Permission is hereby granted, free of charge, to any person obtaining a
  11. * copy of this software and associated documentation files (the "Software"),
  12. * to deal in the Software without restriction, including without limitation
  13. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  14. * and/or sell copies of the Software, and to permit persons to whom the
  15. * Software is furnished to do so, subject to the following conditions:
  16. *
  17. * The above copyright notice including the dates of first publication and
  18. * either this permission notice or a reference to
  19. * http://oss.sgi.com/projects/FreeB/
  20. * shall be included in all copies or substantial portions of the Software.
  21. *
  22. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  23. * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  24. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  25. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  26. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
  27. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  28. * SOFTWARE.
  29. *
  30. * Except as contained in this notice, the name of Silicon Graphics, Inc.
  31. * shall not be used in advertising or otherwise to promote the sale, use or
  32. * other dealings in this Software without prior written authorization from
  33. * Silicon Graphics, Inc.
  34. */
  35. #include "indirect_size.h"
  36. extern GLint __glReadPixels_size(GLenum format, GLenum type,
  37. GLint width, GLint height);
  38. extern GLint __glGetMap_size(GLenum pname, GLenum query);
  39. extern GLint __glGetMapdv_size(GLenum target, GLenum query);
  40. extern GLint __glGetMapfv_size(GLenum target, GLenum query);
  41. extern GLint __glGetMapiv_size(GLenum target, GLenum query);
  42. extern GLint __glGetPixelMap_size(GLenum map);
  43. extern GLint __glGetPixelMapfv_size(GLenum map);
  44. extern GLint __glGetPixelMapuiv_size(GLenum map);
  45. extern GLint __glGetPixelMapusv_size(GLenum map);
  46. extern GLint __glGetTexImage_size(GLenum target, GLint level, GLenum format,
  47. GLenum type, GLint width, GLint height,
  48. GLint depth);
  49. #endif /* _singlesize_h_ */