Searched defs:keys (Results 1 - 25 of 111) sorted by relevance

12345

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Ddispatch.py47 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
48 for func_name in keys:
84 for func_name in keys:
H A Dspuchange.py33 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
34 for func_name in keys:
62 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
63 for func_name in keys:
H A Dspucopy.py23 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
24 for func_name in keys:
H A Ddispatchheader.py31 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
36 for func_name in keys:
42 for func_name in keys:
54 for func_name in keys:
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_defs.py17 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_beginend.py156 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
H A Dpackspu_flush.py25 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
/vbox/src/VBox/Additions/common/crOpenGL/passthrough/
H A Dpassthrough.py20 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
23 print 'SPUNamedFunctionTable _cr_passthrough_table[%d];' % ( len(keys) + 1 )
35 for index in range(len(keys)):
36 func_name = keys[index]
38 print '\t__fillin( %3d, NULL, NULL );' % len(keys)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch_header.py32 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
34 for func_name in keys:
H A Dserver_retval.py60 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
62 for func_name in keys:
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpacker_defs.py19 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
20 for func_name in keys:
H A Dpack_header.py39 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
42 for func_name in keys:
69 for func_name in keys:
/vbox/src/VBox/Additions/common/crOpenGL/
H A DNULLfuncs.py11 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
22 for func_name in keys:
39 for func_name in keys:
51 for func_name in keys:
H A Dcr_gl.py47 keys = apiutil.GetAllFunctions(sys.argv[1]+"/APIspec.txt") variable
48 for func_name in keys:
H A Ddefs.py420 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
422 for func_name in keys:
H A Ddefs64.py419 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
421 for func_name in keys:
H A Dtsfuncs.py19 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
21 for func_name in keys:
39 for func_name in keys:
H A DDD_glc.py112 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
114 for func_name in keys:
H A DDD_glh.py114 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
116 for func_name in keys:
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedback.py24 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
26 for func_name in keys:
44 for func_name in keys:
55 for func_name in keys:
67 for func_name in keys:
215 for func_name in keys:
H A Dfeedback_funcs.py28 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
H A Dfeedbackspu_proto.py23 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
25 for func_name in keys:
H A Dfeedback_state.py20 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
22 for func_name in keys:
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddebug_opcodes.py29 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
30 keys.sort()
32 for func_name in keys:
/vbox/src/VBox/GuestHost/OpenGL/error/
H A Derror.py28 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt") variable
30 for func_name in keys:
44 for index in range(len(keys)):
45 func_name = keys[index]

Completed in 127 milliseconds

12345