Searched refs:arg_types (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_header.py29 ( return_type, arg_names, arg_types ) = gl_mapping[func_name]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub_common.py234 def PacketLength( arg_types ):
236 for arg in arg_types:
246 def InternalArgumentString( arg_names, arg_types ):
252 output += arg_types[index]
253 if arg_types[index][-1:] != '*' and arg_names[index] != '':
260 def ArgumentString( arg_names, arg_types ):
262 output = '( ' + InternalArgumentString(arg_names, arg_types) + ' )'
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h217 enum arg_types enum
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h217 enum arg_types enum

Completed in 75 milliseconds