Searched refs:SetVertexShaderConstantB (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 838 …long Direct3DDevice9Ex::SetVertexShaderConstantB(unsigned int startRegister, const int *constantDa… in SetVertexShaderConstantB() function in D3D9::Direct3DDevice9Ex 842 return Direct3DDevice9::SetVertexShaderConstantB(startRegister, constantData, count); in SetVertexShaderConstantB()
|
D | Direct3DDevice9Ex.hpp | 155 …long __stdcall SetVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsig…
|
D | Direct3DDevice9.hpp | 171 …long __stdcall SetVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsig…
|
D | Direct3DStateBlock9.cpp | 298 device->SetVertexShaderConstantB(i, &vertexShaderConstantB[i], 1); in Apply()
|
D | Direct3DDevice9.cpp | 172 SetVertexShaderConstantB(i, &zero[0], 1); in Direct3DDevice9() 5209 …long Direct3DDevice9::SetVertexShaderConstantB(unsigned int startRegister, const int *constantData… in SetVertexShaderConstantB() function in D3D9::Direct3DDevice9
|