Home
last modified time | relevance | path

Searched refs:SetVertexShaderConstantB (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp838 …long Direct3DDevice9Ex::SetVertexShaderConstantB(unsigned int startRegister, const int *constantDa… in SetVertexShaderConstantB() function in D3D9::Direct3DDevice9Ex
842 return Direct3DDevice9::SetVertexShaderConstantB(startRegister, constantData, count); in SetVertexShaderConstantB()
DDirect3DDevice9Ex.hpp155 …long __stdcall SetVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsig…
DDirect3DDevice9.hpp171 …long __stdcall SetVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsig…
DDirect3DStateBlock9.cpp298 device->SetVertexShaderConstantB(i, &vertexShaderConstantB[i], 1); in Apply()
DDirect3DDevice9.cpp172 SetVertexShaderConstantB(i, &zero[0], 1); in Direct3DDevice9()
5209 …long Direct3DDevice9::SetVertexShaderConstantB(unsigned int startRegister, const int *constantData… in SetVertexShaderConstantB() function in D3D9::Direct3DDevice9