/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_extend.py | 9 import apiutil namespace 12 apiutil.CopyrightC() 25 for func_name in apiutil.AllSpecials( "unpacker" ): 26 if "extpack" in apiutil.ChromiumProps(func_name):
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_currentheader.py | 10 import apiutil namespace 14 apiutil.CopyrightC()
|
H A D | pack_current.py | 10 import apiutil namespace 14 apiutil.CopyrightC()
|
H A D | packer_defs.py | 11 import apiutil namespace 14 apiutil.CopyrightDef() 19 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 21 if apiutil.CanPack(func_name):
|
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/ |
H A D | dispatch.py | 7 import apiutil namespace 10 apiutil.CopyrightC() 47 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
|
H A D | spuchange.py | 7 import apiutil namespace 10 apiutil.CopyrightC() 33 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 62 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
|
H A D | spucopy.py | 7 import apiutil namespace 10 apiutil.CopyrightC() 23 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | convert.py | 15 import apiutil namespace 17 apiutil.CopyrightC()
|
H A D | state_defs.py | 9 import apiutil namespace 11 apiutil.CopyrightDef() 17 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 19 for func_name in apiutil.AllSpecials( 'state' ): 22 for func_name in apiutil.AllSpecials( 'state_feedback' ): 25 for func_name in apiutil.AllSpecials( 'state_select' ):
|
H A D | state_funcs.py | 10 import apiutil namespace 13 apiutil.CopyrightC() 39 for func_name in apiutil.AllSpecials( "state" ): 40 return_type = apiutil.ReturnType(func_name) 41 params = apiutil.Parameters(func_name) 42 print 'DECLEXPORT(%s) STATE_APIENTRY crState%s( %s );' % (return_type, func_name, apiutil.MakeDeclarationString(params)) 44 for func_name in apiutil.AllSpecials( "state_feedback" ): 45 return_type = apiutil.ReturnType(func_name) 46 params = apiutil.Parameters(func_name) 47 print 'DECLEXPORT(%s) STATE_APIENTRY crStateFeedback%s( %s );' % (return_type, func_name, apiutil [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | Linux_i386_exports.py | 9 import apiutil namespace 14 #apiutil.CopyrightC() 28 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 32 if apiutil.Category(func_name) == "Chromium": 34 if apiutil.Category(func_name) == "VBox": 54 allkeys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") 56 if "omit" in apiutil.ChromiumProps(func_name): 64 alias = apiutil.Alias(func_name) 86 if "stub" in apiutil.ChromiumProps(func_name):
|
H A D | Linux_i386_exports_dri.py | 9 import apiutil namespace 14 #apiutil.CopyrightC() 28 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 32 if apiutil.Category(func_name) == "Chromium": 34 if apiutil.Category(func_name) == "VBox": 54 allkeys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") 56 if "omit" in apiutil.ChromiumProps(func_name): 64 alias = apiutil.Alias(func_name) 86 if "stub" in apiutil.ChromiumProps(func_name):
|
H A D | SunOS_i386_exports.py | 15 import apiutil namespace 20 #apiutil.CopyrightC() 34 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 38 if apiutil.Category(func_name) == "Chromium": 40 if apiutil.Category(func_name) == "VBox": 58 allkeys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") 60 if "omit" in apiutil.ChromiumProps(func_name): 68 alias = apiutil.Alias(func_name) 88 if "stub" in apiutil.ChromiumProps(func_name):
|
H A D | SunOS_i386_exports_dri.py | 15 import apiutil namespace 20 #apiutil.CopyrightC() 34 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 38 if apiutil.Category(func_name) == "Chromium": 40 if apiutil.Category(func_name) == "VBox": 58 allkeys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") 60 if "omit" in apiutil.ChromiumProps(func_name): 68 alias = apiutil.Alias(func_name) 88 if "stub" in apiutil.ChromiumProps(func_name):
|
H A D | entrypoints.py | 15 import apiutil namespace 23 apiutil.CopyrightC() 37 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 41 if apiutil.Category(func_name) == "Chromium": 45 return_type = apiutil.ReturnType(func_name) 46 params = apiutil.Parameters(func_name) 91 print "%s VBOXGLTAG(gl%s)( %s );" % (return_type, func_name, apiutil.MakeDeclarationString(params)) 93 print "%s VBOXGLTAG(gl%s)( %s )" % (return_type, func_name, apiutil.MakeDeclarationString(params)) 98 print "glim.%s( %s );" % (func_name, apiutil.MakeCallString(params)) 107 allkeys = apiutil [all...] |
H A D | windows_exports.py | 9 import apiutil namespace 14 apiutil.CopyrightC() 27 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 31 if apiutil.Category(func_name) == "Chromium": 33 if apiutil.Category(func_name) == "VBox": 36 return_type = apiutil.ReturnType(func_name) 37 params = apiutil.Parameters(func_name) 40 apiutil.MakeDeclarationString( params )) 53 allkeys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") 55 if "omit" in apiutil [all...] |
H A D | windows_i386_exports.py | 9 import apiutil namespace 14 #apiutil.CopyrightC() 27 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 31 if apiutil.Category(func_name) == "Chromium": 33 if apiutil.Category(func_name) == "VBox": 53 allkeys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") 55 if "omit" in apiutil.ChromiumProps(func_name): 63 alias = apiutil.Alias(func_name) 85 if "stub" in apiutil.ChromiumProps(func_name):
|
H A D | NULLfuncs.py | 9 import apiutil namespace 11 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 13 apiutil.CopyrightC() 23 return_type = apiutil.ReturnType(func_name) 24 params = apiutil.Parameters(func_name) 26 print "static %s SPULOAD_APIENTRY NULL_%s( %s )" % (return_type, func_name, apiutil.MakeDeclarationString(params))
|
H A D | cr_gl.py | 25 import apiutil namespace 27 apiutil.CopyrightC() 47 keys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") 49 if "Chromium" == apiutil.Category(func_name): 51 if "VBox" == apiutil.Category(func_name): 55 if "GL_chromium" == apiutil.Category(func_name): 58 return_type = apiutil.ReturnType(func_name) 59 params = apiutil.Parameters(func_name) 62 apiutil.MakeDeclarationString( params ))
|
H A D | defs.py | 8 import apiutil namespace 10 apiutil.CopyrightDef() 420 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
|
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_beginend.py | 8 import apiutil namespace 11 apiutil.CopyrightC() 156 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 158 for func_name in apiutil.AllSpecials( "packspu_vertex" ): 159 params = apiutil.Parameters(func_name) 160 print 'void PACKSPU_APIENTRY packspu_%s( %s )' % ( func_name, apiutil.MakeDeclarationString(params) ) 164 print '\t\tcrPack%sSWAP( %s );' % ( func_name, apiutil.MakeCallString( params ) ) 168 print '\t\tcrPack%s( %s );' % ( func_name, apiutil.MakeCallString( params ) )
|
H A D | packspu_flush.py | 8 import apiutil namespace 11 apiutil.CopyrightC() 25 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 27 for func_name in apiutil.AllSpecials( "packspu_flush" ): 28 params = apiutil.Parameters(func_name) 29 print 'void PACKSPU_APIENTRY packspu_%s( %s )' % ( func_name, apiutil.MakeDeclarationString(params)) 34 print '\t\tcrPack%sSWAP( %s );' % ( func_name, apiutil.MakeCallString( params ) ) 38 print '\t\tcrPack%s( %s );' % ( func_name, apiutil.MakeCallString( params ) )
|
/vbox/src/VBox/Additions/common/crOpenGL/passthrough/ |
H A D | passthrough.py | 8 import apiutil namespace 11 apiutil.CopyrightC() 20 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_dispatch_header.py | 8 import apiutil namespace 10 apiutil.CopyrightC() 32 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 35 if ("get" in apiutil.Properties(func_name) or 36 apiutil.FindSpecial( "server", func_name ) or 37 apiutil.FindSpecial( sys.argv[1]+"/../state_tracker/state", func_name )): 39 params = apiutil.Parameters(func_name) 40 return_type = apiutil.ReturnType(func_name) 42 print '%s SERVER_DISPATCH_APIENTRY crServerDispatch%s( %s );' % (return_type, func_name, apiutil.MakeDeclarationString( params ))
|
H A D | server_retval.py | 8 import apiutil namespace 11 apiutil.CopyrightC() 60 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") 63 params = apiutil.Parameters(func_name) 64 return_type = apiutil.ReturnType(func_name) 65 if apiutil.FindSpecial( "server", func_name ): 67 if "VBox" == apiutil.Category(func_name): 70 print '%s SERVER_DISPATCH_APIENTRY crServerDispatch%s( %s )' % ( return_type, func_name, apiutil.MakeDeclarationString(params)) 73 print '\tretval = cr_server.head_spu->dispatch_table.%s( %s );' % (func_name, apiutil.MakeCallString(params) );
|