Searched refs:Vector4fCount (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/directx/d3d9/ |
H A D | d3d9_puredevice.c | 423 …stantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount) in IDirect3DDevice9Pure_SetVertexShaderConstantF() argument 430 …derConstantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, float* pConstantData, UINT Vector4fCount) in IDirect3DDevice9Pure_GetVertexShaderConstantF() argument 528 …stantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount) in IDirect3DDevice9Pure_SetPixelShaderConstantF() argument 535 …derConstantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, float* pConstantData, UINT Vector4fCount) in IDirect3DDevice9Pure_GetPixelShaderConstantF() argument 634 …tantFInt(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST float* pConstantData,UINT Vector4fCount) in IDirect3DDevice9Pure_SetVertexShaderConstantFInt() argument 662 …tantFInt(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST float* pConstantData,UINT Vector4fCount) in IDirect3DDevice9Pure_SetPixelShaderConstantFInt() argument 761 …Worker(LPDIRECT3DDEVICE9 iface, UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount) in IDirect3DDevice9Pure_SetPixelShaderConstantFWorker() argument
|
H A D | d3d9_haldevice.c | 143 …derConstantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, float* pConstantData, UINT Vector4fCount) in IDirect3DDevice9HAL_GetPixelShaderConstantF() argument 200 …tantFInt(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST float* pConstantData,UINT Vector4fCount) in IDirect3DDevice9HAL_SetVertexShaderConstantFInt() argument 228 …tantFInt(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST float* pConstantData,UINT Vector4fCount) in IDirect3DDevice9HAL_SetPixelShaderConstantFInt() argument 327 …Worker(LPDIRECT3DDEVICE9 iface, UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount) in IDirect3DDevice9HAL_SetPixelShaderConstantFWorker() argument
|
H A D | d3d9_puredevice.h | 392 …tantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount); 393 …erConstantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, float* pConstantData, UINT Vector4fCount); 407 …tantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount); 408 …erConstantF(LPDIRECT3DDEVICE9 iface, UINT StartRegister, float* pConstantData, UINT Vector4fCount);
|
H A D | d3d9_device.h | 28 …stantF)(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST float* pConstantData,UINT Vector4fCount); 32 …stantF)(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST float* pConstantData,UINT Vector4fCount); 47 …Worker)(LPDIRECT3DDEVICE9 iface, UINT StartRegister,CONST float* pConstantData,UINT Vector4fCount);
|
/reactos/sdk/include/psdk/ |
H A D | d3d9.h | 1473 …GetVertexShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE; in DECLARE_INTERFACE_() 1488 …(GetPixelShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE; in DECLARE_INTERFACE_() 1861 …GetVertexShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE; in DECLARE_INTERFACE_() 1876 …(GetPixelShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE; in DECLARE_INTERFACE_()
|