Home
last modified time | relevance | path

Searched refs:SetVertexShaderConstant (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp147 …long __stdcall SetVertexShaderConstant(unsigned long startRegister, const void *constantData, unsi…
DDirect3DDevice8.cpp150 SetVertexShaderConstant(i, zero, 1); in Direct3DDevice8()
3945 …long Direct3DDevice8::SetVertexShaderConstant(unsigned long startRegister, const void *constantDat… in SetVertexShaderConstant() function in D3D8::Direct3DDevice8
4571 SetVertexShaderConstant(index, element + 1, count); in bindStreams()
/external/swiftshader/include/Direct3D/
Dd3d8.h331 …STDMETHOD(SetVertexShaderConstant)(THIS_ DWORD Register,CONST void* pConstantData,DWORD ConstantCo… in DECLARE_INTERFACE_() local
433 #define IDirect3DDevice8_SetVertexShaderConstant(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstant(p,a,…
531 #define IDirect3DDevice8_SetVertexShaderConstant(p,a,b,c) (p)->SetVertexShaderConstant(a,b,c)