Home
last modified time | relevance | path

Searched defs:constantData (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp688 …StateBlock9::setPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsigned… in setPixelShaderConstantB()
693 …tateBlock9::setPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsigne… in setPixelShaderConstantF()
698 …StateBlock9::setPixelShaderConstantI(unsigned int startRegister, const int *constantData, unsigned… in setPixelShaderConstantI()
797 …tateBlock9::setVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsigned… in setVertexShaderConstantB()
802 …ateBlock9::setVertexShaderConstantF(unsigned int startRegister, const float *constantData, unsigne… in setVertexShaderConstantF()
807 …tateBlock9::setVertexShaderConstantI(unsigned int startRegister, const int *constantData, unsigned… in setVertexShaderConstantI()
DDirect3DDevice9Ex.cpp439 …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()
[all …]
DDirect3DDevice9.cpp1681 …long Direct3DDevice9::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantB()
1700 …long Direct3DDevice9::GetPixelShaderConstantF(unsigned int startRegister, float *constantData, uns… in GetPixelShaderConstantF()
1722 …long Direct3DDevice9::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantI()
2082 …long Direct3DDevice9::GetVertexShaderConstantB(unsigned int startRegister, int *constantData, unsi… in GetVertexShaderConstantB()
2101 …long Direct3DDevice9::GetVertexShaderConstantF(unsigned int startRegister, float *constantData, un… in GetVertexShaderConstantF()
2123 …long Direct3DDevice9::GetVertexShaderConstantI(unsigned int startRegister, int *constantData, unsi… in GetVertexShaderConstantI()
2944 …long Direct3DDevice9::SetPixelShaderConstantB(unsigned int startRegister, const int *constantData,… in SetPixelShaderConstantB()
2968 …t3DDevice9::SetPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsigne… in SetPixelShaderConstantF()
2995 …long Direct3DDevice9::SetPixelShaderConstantI(unsigned int startRegister, const int *constantData,… in SetPixelShaderConstantI()
5210 …long Direct3DDevice9::SetVertexShaderConstantB(unsigned int startRegister, const int *constantData in SetVertexShaderConstantB()
[all …]
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp339 …StateBlock8::setPixelShaderConstant(unsigned int startRegister, const void *constantData, unsigned… in setPixelShaderConstant()
396 …tateBlock8::setVertexShaderConstant(unsigned int startRegister, const void *constantData, unsigned… in setVertexShaderConstant()
DDirect3DDevice8.cpp1505 …long Direct3DDevice8::GetPixelShaderConstant(unsigned long startRegister, void *constantData, unsi… in GetPixelShaderConstant()
1650 …long Direct3DDevice8::GetVertexShaderConstant(unsigned long startRegister, void *constantData, uns… in GetVertexShaderConstant()
2288 …long Direct3DDevice8::SetPixelShaderConstant(unsigned long startRegister, const void *constantData in SetPixelShaderConstant()
3945 …3DDevice8::SetVertexShaderConstant(unsigned long startRegister, const void *constantData, unsigned… in SetVertexShaderConstant()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp280 …void Device::setPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsign… in setPixelShaderConstantF()
371 …void Device::setVertexShaderConstantF(unsigned int startRegister, const float *constantData, unsig… in setVertexShaderConstantF()