VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/indirect_size.h

最後變更 在這個檔案是 49174,由 vboxsync 提交於 11 年 前

Additions/x11: replace header files for X.Org Server 1.6.0 with those for version 1.6.5 due to an ABI bump in-between.

  • 屬性 svn:eol-style 設為 native
檔案大小: 3.7 KB
 
1/* DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script */
2
3/*
4 * (C) Copyright IBM Corporation 2004
5 * All Rights Reserved.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sub license,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice (including the next
15 * paragraph) shall be included in all copies or substantial portions of the
16 * Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
21 * IBM,
22 * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * SOFTWARE.
26 */
27
28#if !defined( _INDIRECT_SIZE_H_ )
29# define _INDIRECT_SIZE_H_
30
31/**
32 * \file
33 * Prototypes for functions used to determine the number of data elements in
34 * various GLX protocol messages.
35 *
36 * \author Ian Romanick <[email protected]>
37 */
38
39# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
40# define PURE __attribute__((pure))
41# else
42# define PURE
43# endif
44
45# if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__)
46# define FASTCALL __attribute__((fastcall))
47# else
48# define FASTCALL
49# endif
50
51# if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(__ELF__)
52# define INTERNAL __attribute__((visibility("internal")))
53# else
54# define INTERNAL
55# endif
56
57extern INTERNAL PURE FASTCALL GLint __glCallLists_size(GLenum);
58extern INTERNAL PURE FASTCALL GLint __glFogfv_size(GLenum);
59extern INTERNAL PURE FASTCALL GLint __glFogiv_size(GLenum);
60extern INTERNAL PURE FASTCALL GLint __glLightfv_size(GLenum);
61extern INTERNAL PURE FASTCALL GLint __glLightiv_size(GLenum);
62extern INTERNAL PURE FASTCALL GLint __glLightModelfv_size(GLenum);
63extern INTERNAL PURE FASTCALL GLint __glLightModeliv_size(GLenum);
64extern INTERNAL PURE FASTCALL GLint __glMaterialfv_size(GLenum);
65extern INTERNAL PURE FASTCALL GLint __glMaterialiv_size(GLenum);
66extern INTERNAL PURE FASTCALL GLint __glTexParameterfv_size(GLenum);
67extern INTERNAL PURE FASTCALL GLint __glTexParameteriv_size(GLenum);
68extern INTERNAL PURE FASTCALL GLint __glTexEnvfv_size(GLenum);
69extern INTERNAL PURE FASTCALL GLint __glTexEnviv_size(GLenum);
70extern INTERNAL PURE FASTCALL GLint __glTexGendv_size(GLenum);
71extern INTERNAL PURE FASTCALL GLint __glTexGenfv_size(GLenum);
72extern INTERNAL PURE FASTCALL GLint __glTexGeniv_size(GLenum);
73extern INTERNAL PURE FASTCALL GLint __glMap1d_size(GLenum);
74extern INTERNAL PURE FASTCALL GLint __glMap1f_size(GLenum);
75extern INTERNAL PURE FASTCALL GLint __glMap2d_size(GLenum);
76extern INTERNAL PURE FASTCALL GLint __glMap2f_size(GLenum);
77extern INTERNAL PURE FASTCALL GLint __glColorTableParameterfv_size(GLenum);
78extern INTERNAL PURE FASTCALL GLint __glColorTableParameteriv_size(GLenum);
79extern INTERNAL PURE FASTCALL GLint __glConvolutionParameterfv_size(GLenum);
80extern INTERNAL PURE FASTCALL GLint __glConvolutionParameteriv_size(GLenum);
81extern INTERNAL PURE FASTCALL GLint __glPointParameterfvEXT_size(GLenum);
82extern INTERNAL PURE FASTCALL GLint __glPointParameterivNV_size(GLenum);
83
84# undef PURE
85# undef FASTCALL
86# undef INTERNAL
87
88#endif /* !defined( _INDIRECT_SIZE_H_ ) */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette