Searched refs:ReturnType (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_funcs.py40 return_type = apiutil.ReturnType(func_name)
45 return_type = apiutil.ReturnType(func_name)
50 return_type = apiutil.ReturnType(func_name)
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedback_funcs.py31 return_type = apiutil.ReturnType(func_name)
36 return_type = apiutil.ReturnType(func_name)
H A Dfeedback.py27 return_type = apiutil.ReturnType(func_name)
45 return_type = apiutil.ReturnType(func_name)
68 return_type = apiutil.ReturnType(func_name)
H A Dfeedbackspu_proto.py27 return_type = apiutil.ReturnType(func_name)
H A Dfeedback_state.py26 return_type = apiutil.ReturnType(func_name)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dtsfuncs.py22 return_type = apiutil.ReturnType(func_name)
H A DDD_glh.py122 return_type = apiutil.ReturnType(func_name)
H A Dcr_gl.py58 return_type = apiutil.ReturnType(func_name)
H A Dentrypoints.py45 return_type = apiutil.ReturnType(func_name)
142 return_type = apiutil.ReturnType(func_name)
162 return_type = apiutil.ReturnType(func_name)
H A Dwindows_exports.py36 return_type = apiutil.ReturnType(func_name)
65 return_type = apiutil.ReturnType(func_name)
84 return_type = apiutil.ReturnType(func_name)
H A DDD_glc.py120 return_type = apiutil.ReturnType(func_name)
H A DNULLfuncs.py23 return_type = apiutil.ReturnType(func_name)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch_header.py40 return_type = apiutil.ReturnType(func_name)
H A Dserver_retval.py64 return_type = apiutil.ReturnType(func_name)
H A Dserver_get.py115 apiutil.ReturnType(func_name) == "void" and
/vbox/src/VBox/GuestHost/OpenGL/error/
H A Derror.py31 return_type = apiutil.ReturnType(func_name)
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Ddispatchheader.py43 return_type = apiutil.ReturnType(func_name)
H A Dglloader.py225 return_type = apiutil.ReturnType(func_name);
232 if apiutil.ReturnType(func_name) != 'void':
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_proto.py42 return_type = apiutil.ReturnType(func_name)
H A Dpackspu_get.py82 return_type = apiutil.ReturnType(func_name)
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_header.py49 return_type = apiutil.ReturnType(func_name)
75 assert apiutil.ReturnType(func_name) == "void"
/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpando.py32 return_type = apiutil.ReturnType(func_name)
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack.py165 return_type = apiutil.ReturnType(func_name)
325 return_type = apiutil.ReturnType(func_name)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py829 ReturnType = ''
836 ReturnType += M + ' '
838 ReturnType = ReturnType.strip()
839 if len(ReturnType) == 0:
840 ReturnType = 'VOID'
841 return ReturnType
1265 ReturnType = GetDataTypeFromModifier(Result[0])
1266 TypeStart = ReturnType.split()[0]
1283 ReturnType
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d10shader.h89 D3D10_RESOURCE_RETURN_TYPE ReturnType; member in struct:_D3D10_SHADER_INPUT_BIND_DESC

Completed in 99 milliseconds

12