Lines Matching refs:pConstantData
1646 const float *pConstantData, in LockDevice9_SetVertexShaderConstantF() argument
1651 r = NineDevice9_SetVertexShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_SetVertexShaderConstantF()
1659 float *pConstantData, in LockDevice9_GetVertexShaderConstantF() argument
1664 r = NineDevice9_GetVertexShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_GetVertexShaderConstantF()
1672 const int *pConstantData, in LockDevice9_SetVertexShaderConstantI() argument
1677 r = NineDevice9_SetVertexShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_SetVertexShaderConstantI()
1685 int *pConstantData, in LockDevice9_GetVertexShaderConstantI() argument
1690 r = NineDevice9_GetVertexShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_GetVertexShaderConstantI()
1698 const BOOL *pConstantData, in LockDevice9_SetVertexShaderConstantB() argument
1703 r = NineDevice9_SetVertexShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_SetVertexShaderConstantB()
1711 BOOL *pConstantData, in LockDevice9_GetVertexShaderConstantB() argument
1716 r = NineDevice9_GetVertexShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_GetVertexShaderConstantB()
1832 const float *pConstantData, in LockDevice9_SetPixelShaderConstantF() argument
1837 r = NineDevice9_SetPixelShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_SetPixelShaderConstantF()
1845 float *pConstantData, in LockDevice9_GetPixelShaderConstantF() argument
1850 r = NineDevice9_GetPixelShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_GetPixelShaderConstantF()
1858 const int *pConstantData, in LockDevice9_SetPixelShaderConstantI() argument
1863 r = NineDevice9_SetPixelShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_SetPixelShaderConstantI()
1871 int *pConstantData, in LockDevice9_GetPixelShaderConstantI() argument
1876 r = NineDevice9_GetPixelShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_GetPixelShaderConstantI()
1884 const BOOL *pConstantData, in LockDevice9_SetPixelShaderConstantB() argument
1889 r = NineDevice9_SetPixelShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_SetPixelShaderConstantB()
1897 BOOL *pConstantData, in LockDevice9_GetPixelShaderConstantB() argument
1902 r = NineDevice9_GetPixelShaderConstantB(This, StartRegister, pConstantData, BoolCount); in LockDevice9_GetPixelShaderConstantB()