VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_extend.py@ 56922

最後變更 在這個檔案從56922是 15532,由 vboxsync 提交於 16 年 前

crOpenGL: export to OSE

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 677 位元組
 
1# Copyright (c) 2001, Stanford University
2# All rights reserved.
3#
4# See the file LICENSE.txt for information on redistributing this software.
5
6import sys
7
8sys.path.append( "../glapi_parser" )
9import apiutil
10
11
12apiutil.CopyrightC()
13
14print """/* DO NOT EDIT! THIS CODE IS AUTOGENERATED BY unpack_extend.py */
15
16#ifndef UNPACK_EXTEND_H
17#define UNPACK_EXTEND_H 1
18
19"""
20
21
22#
23# Print extern declarations for all special unpacker functions
24#
25for func_name in apiutil.AllSpecials( "unpacker" ):
26 if "extpack" in apiutil.ChromiumProps(func_name):
27 print 'extern void crUnpackExtend%s(void);' % func_name
28 else:
29 print 'extern void crUnpack%s(void);' % func_name
30
31print """
32#endif
33"""
34
35
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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