Home
last modified time | relevance | path

Searched refs:SetVertexShaderConstantF (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp845 …long Direct3DDevice9Ex::SetVertexShaderConstantF(unsigned int startRegister, const float *constant… in SetVertexShaderConstantF() function in D3D9::Direct3DDevice9Ex
849 return Direct3DDevice9::SetVertexShaderConstantF(startRegister, constantData, count); in SetVertexShaderConstantF()
DDirect3DDevice9Ex.hpp151 …long __stdcall SetVertexShaderConstantF(unsigned int startRegister, const float *constantData, uns…
DDirect3DDevice9.hpp172 …long __stdcall SetVertexShaderConstantF(unsigned int startRegister, const float *constantData, uns…
DDirect3DStateBlock9.cpp282 device->SetVertexShaderConstantF(i, vertexShaderConstantF[i], 1); in Apply()
DDirect3DDevice9.cpp162 SetVertexShaderConstantF(i, zero, 1); in Direct3DDevice9()
5239 …long Direct3DDevice9::SetVertexShaderConstantF(unsigned int startRegister, const float *constantDa… in SetVertexShaderConstantF() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h252 …virtual HRESULT WINAPI SetVertexShaderConstantF(UINT StartRegister, const float *pConstantData, UI…
840 …HRESULT (WINAPI *SetVertexShaderConstantF)(IDirect3DDevice9 *This, UINT StartRegister, const float…
967 #define IDirect3DDevice9_SetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantF(p,…
1091 …HRESULT (WINAPI *SetVertexShaderConstantF)(IDirect3DDevice9Ex *This, UINT StartRegister, const flo…
1234 #define IDirect3DDevice9Ex_SetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantF(…