Searched defs:DECLARE_INTERFACE (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetyps.h58 # define DECLARE_INTERFACE(i) interface i macro
67 # define DECLARE_INTERFACE(i) \ macro
72 # define DECLARE_INTERFACE(i) \ macro
77 # define DECLARE_INTERFACE_(i,b) DECLARE_INTERFACE(i)
H A Dobjbase.h99 * - The DECLARE_INTERFACE declares all the structures necessary for the interface. We have to
153 * - The code generated by DECLARE_INTERFACE defines both the structure representing the interface and
196 #define DECLARE_INTERFACE(iface) interface DECLSPEC_NOVTABLE iface macro
225 #define DECLARE_INTERFACE(iface) \ macro
232 #define DECLARE_INTERFACE(iface) \ macro
237 #define DECLARE_INTERFACE_(iface,ibase) DECLARE_INTERFACE(iface)
H A Dd3d10shader.h169 DECLARE_INTERFACE(ID3D10ShaderReflectionType) function
181 DECLARE_INTERFACE(ID3D10ShaderReflectionVariable) function
191 DECLARE_INTERFACE(ID3D10ShaderReflectionConstantBuffer) function
H A Dd3d11shader.h147 DECLARE_INTERFACE(ID3D11ShaderReflectionType) function
166 DECLARE_INTERFACE(ID3D11ShaderReflectionVariable) function
178 DECLARE_INTERFACE(ID3D11ShaderReflectionConstantBuffer) function
H A Dd3dx9anim.h180 DECLARE_INTERFACE(ID3DXAllocateHierarchy) function
193 DECLARE_INTERFACE(ID3DXLoadUserData) function
202 DECLARE_INTERFACE(ID3DXSaveUserData) function
314 DECLARE_INTERFACE(ID3DXAnimationCallbackHandler) function
H A Dd3d10effect.h174 DECLARE_INTERFACE(ID3D10EffectType) function
189 DECLARE_INTERFACE(ID3D10EffectVariable) function
749 DECLARE_INTERFACE(ID3D10EffectTechnique) function
804 DECLARE_INTERFACE(ID3D10EffectPass) function
H A Dd3dx9shader.h260 DECLARE_INTERFACE(ID3DXInclude) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetyps.h58 # define DECLARE_INTERFACE(i) interface i macro
67 # define DECLARE_INTERFACE(i) \ macro
72 # define DECLARE_INTERFACE(i) \ macro
77 # define DECLARE_INTERFACE_(i,b) DECLARE_INTERFACE(i)
H A Dobjbase.h99 * - The DECLARE_INTERFACE declares all the structures necessary for the interface. We have to
153 * - The code generated by DECLARE_INTERFACE defines both the structure representing the interface and
237 #define DECLARE_INTERFACE(iface) interface DECLSPEC_NOVTABLE iface macro
266 #define DECLARE_INTERFACE(iface) \ macro
273 #define DECLARE_INTERFACE(iface) \ macro
278 #define DECLARE_INTERFACE_(iface,ibase) DECLARE_INTERFACE(iface)
H A Dd3d10effect.h142 DECLARE_INTERFACE(ID3D10EffectType) function
157 DECLARE_INTERFACE(ID3D10EffectVariable) function
717 DECLARE_INTERFACE(ID3D10EffectTechnique) function
772 DECLARE_INTERFACE(ID3D10EffectPass) function
H A Dd3dx9shader.h249 DECLARE_INTERFACE(ID3DXInclude) function

Completed in 1451 milliseconds