Home
last modified time | relevance | path

Searched refs:SetPixelShaderConstantI (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dd3d9_device.h33 …HRESULT (WINAPI *SetPixelShaderConstantI)(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST int* p…
/reactos/sdk/include/psdk/
H A Dd3d9.h1489 STDMETHOD(SetPixelShaderConstantI)(THIS_ UINT reg_idx, const int *data, UINT count) PURE; in DECLARE_INTERFACE_() local
1618 …Device9_SetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantI(p,a,b,c)
1740 #define IDirect3DDevice9_SetPixelShaderConstantI(p,a,b,c) (p)->SetPixelShaderConstantI
1877 STDMETHOD(SetPixelShaderConstantI)(THIS_ UINT reg_idx, const int *data, UINT count) PURE; in DECLARE_INTERFACE_() local
2027 …vice9Ex_SetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantI(p,a,b,c)
2165 …Direct3DDevice9Ex_SetPixelShaderConstantI(p,a,b,c) (p)->SetPixelShaderConstantI(a,b,c)
/reactos/sdk/include/dxsdk/
H A Dd3dx9effect.h193 …STDMETHOD(SetPixelShaderConstantI)(THIS_ UINT register_index, const INT *constant_data, UINT regis… in DECLARE_INTERFACE_() local
/reactos/dll/directx/wine/d3dx9_36/
H A Dpreshader.c1468 return SET_D3D_STATE_(manager, device, SetPixelShaderConstantI, start, ptr, count); in set_constants_device()
H A Deffect.c1533 … ret = SET_D3D_STATE(effect, SetPixelShaderConstantI, index, (const int *)buffer, element_count); in d3dx_set_shader_const_state()