Searched defs:apiutil (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_extend.py9 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 Dpack_currentheader.py10 import apiutil namespace
14 apiutil.CopyrightC()
H A Dpack_current.py10 import apiutil namespace
14 apiutil.CopyrightC()
H A Dpacker_defs.py11 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 Ddispatch.py7 import apiutil namespace
10 apiutil.CopyrightC()
47 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
H A Dspuchange.py7 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 Dspucopy.py7 import apiutil namespace
10 apiutil.CopyrightC()
23 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dconvert.py15 import apiutil namespace
17 apiutil.CopyrightC()
H A Dstate_defs.py9 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 Dstate_funcs.py10 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 DLinux_i386_exports.py9 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 DLinux_i386_exports_dri.py9 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 DSunOS_i386_exports.py15 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 DSunOS_i386_exports_dri.py15 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 Dentrypoints.py15 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 Dwindows_exports.py9 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 Dwindows_i386_exports.py9 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 DNULLfuncs.py9 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 Dcr_gl.py25 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 Ddefs.py8 import apiutil namespace
10 apiutil.CopyrightDef()
420 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_beginend.py8 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 Dpackspu_flush.py8 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 Dpassthrough.py8 import apiutil namespace
11 apiutil.CopyrightC()
20 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch_header.py8 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 Dserver_retval.py8 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) );

Completed in 57 milliseconds

123