Lines Matching defs:constantData
439 …long Direct3DDevice9Ex::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantB()
446 …long Direct3DDevice9Ex::GetPixelShaderConstantF(unsigned int startRegister, float *constantData, u… in GetPixelShaderConstantF()
453 …long Direct3DDevice9Ex::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantI()
565 …long Direct3DDevice9Ex::GetVertexShaderConstantB(unsigned int startRegister, int *constantData, un… in GetVertexShaderConstantB()
572 …long Direct3DDevice9Ex::GetVertexShaderConstantF(unsigned int startRegister, float *constantData, … in GetVertexShaderConstantF()
579 …long Direct3DDevice9Ex::GetVertexShaderConstantI(unsigned int startRegister, int *constantData, un… in GetVertexShaderConstantI()
733 …3DDevice9Ex::SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsigned… in SetPixelShaderConstantB()
740 …DDevice9Ex::SetPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsigne… in SetPixelShaderConstantF()
747 …3DDevice9Ex::SetPixelShaderConstantI(unsigned int startRegister, const int *constantData, unsigned… in SetPixelShaderConstantI()
838 …DDevice9Ex::SetVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsigned… in SetVertexShaderConstantB()
845 …Device9Ex::SetVertexShaderConstantF(unsigned int startRegister, const float *constantData, unsigne… in SetVertexShaderConstantF()
852 …DDevice9Ex::SetVertexShaderConstantI(unsigned int startRegister, const int *constantData, unsigned… in SetVertexShaderConstantI()