Home
last modified time | relevance | path

Searched refs:IDirect3DVertexShader9 (Results 1 – 14 of 14) sorted by relevance

/reactos/dll/directx/wine/d3d9/
H A Dshader.c25 static inline struct d3d9_vertexshader *impl_from_IDirect3DVertexShader9(IDirect3DVertexShader9 *if… in impl_from_IDirect3DVertexShader9()
30 static HRESULT WINAPI d3d9_vertexshader_QueryInterface(IDirect3DVertexShader9 *iface, REFIID riid, … in d3d9_vertexshader_QueryInterface()
48 static ULONG WINAPI d3d9_vertexshader_AddRef(IDirect3DVertexShader9 *iface) in d3d9_vertexshader_AddRef()
66 static ULONG WINAPI d3d9_vertexshader_Release(IDirect3DVertexShader9 *iface) in d3d9_vertexshader_Release()
88 static HRESULT WINAPI d3d9_vertexshader_GetDevice(IDirect3DVertexShader9 *iface, IDirect3DDevice9 *… in d3d9_vertexshader_GetDevice()
102 static HRESULT WINAPI d3d9_vertexshader_GetFunction(IDirect3DVertexShader9 *iface, void *data, UINT… in d3d9_vertexshader_GetFunction()
169 struct d3d9_vertexshader *unsafe_impl_from_IDirect3DVertexShader9(IDirect3DVertexShader9 *iface) in unsafe_impl_from_IDirect3DVertexShader9()
H A Dd3d9_private.h256 IDirect3DVertexShader9 IDirect3DVertexShader9_iface;
264 struct d3d9_vertexshader *unsafe_impl_from_IDirect3DVertexShader9(IDirect3DVertexShader9 *iface) DE…
H A Ddevice.c3134 const DWORD *byte_code, IDirect3DVertexShader9 **shader) in d3d9_device_CreateVertexShader()
3159 static HRESULT WINAPI d3d9_device_SetVertexShader(IDirect3DDevice9Ex *iface, IDirect3DVertexShader9 in d3d9_device_SetVertexShader()
3174 static HRESULT WINAPI d3d9_device_GetVertexShader(IDirect3DDevice9Ex *iface, IDirect3DVertexShader9 in d3d9_device_GetVertexShader()
/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dhlsl.c56 IDirect3DVertexBuffer9 **quad_geometry, IDirect3DVertexShader9 **vshader_passthru) in init_d3d9()
220 IDirect3DVertexShader9 *vshader, IDirect3DPixelShader9 *pshader) in setup_device9()
250 static void compute_shader_probe9(IDirect3DDevice9 *device, IDirect3DVertexShader9 *vshader, in compute_shader_probe9()
299 IDirect3DVertexShader9 *vshader_passthru) in test_swizzle()
333 IDirect3DVertexShader9 *vshader_passthru) in test_math()
376 IDirect3DVertexShader9 *vshader_passthru) in test_conditionals()
440 IDirect3DVertexShader9 *vshader_passthru) in test_float_vectors()
501 IDirect3DVertexShader9 *vshader_passthru) in test_trig()
563 IDirect3DVertexShader9 *vshader_passthru) in test_fail()
643 IDirect3DVertexShader9 *vshader_passthru; in START_TEST()
/reactos/dll/directx/d3d9/
H A Dd3d9_puredevice.c402 …ateVertexShader(LPDIRECT3DDEVICE9 iface, CONST DWORD* pFunction, IDirect3DVertexShader9** ppShader) in IDirect3DDevice9Pure_CreateVertexShader()
409 HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShader(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9 in IDirect3DDevice9Pure_SetVertexShader()
416 HRESULT WINAPI IDirect3DDevice9Pure_GetVertexShader(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9 in IDirect3DDevice9Pure_GetVertexShader()
627 …I IDirect3DDevice9Pure_SetVertexShaderInt(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9* pShader) in IDirect3DDevice9Pure_SetVertexShaderInt()
H A Dd3d9_puredevice.h389 …ateVertexShader(LPDIRECT3DDEVICE9 iface, CONST DWORD* pFunction, IDirect3DVertexShader9** ppShader…
390 HRESULT WINAPI IDirect3DDevice9Pure_SetVertexShader(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9
391 HRESULT WINAPI IDirect3DDevice9Pure_GetVertexShader(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9
H A Dd3d9_haldevice.c129 HRESULT WINAPI IDirect3DDevice9HAL_GetVertexShader(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9*… in IDirect3DDevice9HAL_GetVertexShader()
193 …PI IDirect3DDevice9HAL_SetVertexShaderInt(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9* pShader) in IDirect3DDevice9HAL_SetVertexShaderInt()
H A Dd3d9_device.h27 HRESULT (WINAPI *SetVertexShader)(LPDIRECT3DDEVICE9 iface, IDirect3DVertexShader9* pShader);
/reactos/sdk/include/dxsdk/
H A Dd3dx9effect.h159 …STDMETHOD(GetVertexShader)(THIS_ D3DXHANDLE parameter, struct IDirect3DVertexShader9 **shader) PUR… in DECLARE_INTERFACE_()
187 STDMETHOD(SetVertexShader)(THIS_ struct IDirect3DVertexShader9 *shader) PURE; in DECLARE_INTERFACE_()
269 …STDMETHOD(GetVertexShader)(THIS_ D3DXHANDLE parameter, struct IDirect3DVertexShader9 **shader) PUR… in DECLARE_INTERFACE_()
367 …STDMETHOD(GetVertexShader)(THIS_ D3DXHANDLE parameter, struct IDirect3DVertexShader9 **shader) PUR… in DECLARE_INTERFACE_()
H A Dd3dx9shader.h338 …DWORD flags, const D3DXHANDLE *fragment_handles, UINT fragments, IDirect3DVertexShader9 **shader, … in DECLARE_INTERFACE_()
/reactos/sdk/include/psdk/
H A Dd3d9.h172 typedef struct IDirect3DVertexShader9 *LPDIRECT3DVERTEXSHADER9;
1202 #define INTERFACE IDirect3DVertexShader9
1203 DECLARE_INTERFACE_(IDirect3DVertexShader9,IUnknown) in DECLARE_INTERFACE_() argument
1216 __CRT_UUID_DECL(IDirect3DVertexShader9, 0xefc5557e, 0x6265, 0x4613, 0x8a, 0x94, 0x43, 0x85, 0…
1469 … STDMETHOD(CreateVertexShader)(THIS_ const DWORD *byte_code, IDirect3DVertexShader9 **shader) PURE; in DECLARE_INTERFACE_()
1470 STDMETHOD(SetVertexShader)(THIS_ IDirect3DVertexShader9* pShader) PURE; in DECLARE_INTERFACE_()
1471 STDMETHOD(GetVertexShader)(THIS_ IDirect3DVertexShader9** ppShader) PURE; in DECLARE_INTERFACE_()
1857 … STDMETHOD(CreateVertexShader)(THIS_ const DWORD *byte_core, IDirect3DVertexShader9 **shader) PURE; in DECLARE_INTERFACE_()
1858 STDMETHOD(SetVertexShader)(THIS_ IDirect3DVertexShader9* pShader) PURE; in DECLARE_INTERFACE_()
1859 STDMETHOD(GetVertexShader)(THIS_ IDirect3DVertexShader9** ppShader) PURE; in DECLARE_INTERFACE_()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c3032 IDirect3DVertexShader9 *vshader; in test_effect_states()
4299 IDirect3DVertexShader9 *vshader; in test_effect_preshader_compare_shader_()
4600 IDirect3DVertexShader9 *vshader; in test_effect_preshader()
5224 IDirect3DVertexShader9 *vshader; in test_effect_out_of_bounds_selector()
5433 IDirect3DVertexShader9 *vshader; in test_effect_commitchanges()
6192 struct IDirect3DVertexShader9 *shader) in test_manager_SetVertexShader()
6565 D3DXHANDLE param_child, struct IDirect3DVertexShader9 *vshader1, unsigned int element, in test_effect_shared_vs_arr_compare_helper_()
6568 struct IDirect3DVertexShader9 *vshader2; in test_effect_shared_vs_arr_compare_helper_()
6726 struct IDirect3DVertexShader9 *vshader1; in test_effect_shared_parameters()
7202 IDirect3DVertexShader9 *vshader; in test_effect_unsupported_shader()
/reactos/dll/directx/wine/d3dx9_36/
H A Deffect.c1674 …TRACE("%s, shader %p.\n", state_table[state->operation].name, *(IDirect3DVertexShader9 **)param_va… in d3dx9_apply_state()
1677 *(IDirect3DVertexShader9 **)param_value))) in d3dx9_apply_state()
1679 else if (*(IDirect3DVertexShader9 **)param_value) in d3dx9_apply_state()
3657 IDirect3DVertexShader9 **shader) in d3dx_effect_GetVertexShader()
3666 if ((*shader = *(IDirect3DVertexShader9 **)param->data)) in d3dx_effect_GetVertexShader()
4877 D3DXHANDLE parameter, struct IDirect3DVertexShader9 **shader) in ID3DXEffectCompilerImpl_GetVertexShader()
5923 (IDirect3DVertexShader9 **)param->data))) in d3dx9_create_object()
H A Dshader.c2257 … DWORD flags, const D3DXHANDLE *handles, UINT fragment_count, IDirect3DVertexShader9 **shader, in d3dx9_fragment_linker_LinkVertexShader()