Searched refs:SetPixelShaderConstant (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 139 …long __stdcall SetPixelShaderConstant(unsigned long startRegister, const void *constantData, unsig…
|
D | Direct3DDevice8.cpp | 143 SetPixelShaderConstant(i, zero, 1); in Direct3DDevice8() 2288 …long Direct3DDevice8::SetPixelShaderConstant(unsigned long startRegister, const void *constantData… in SetPixelShaderConstant() function in D3D8::Direct3DDevice8
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 343 …STDMETHOD(SetPixelShaderConstant)(THIS_ DWORD Register,CONST void* pConstantData,DWORD ConstantCou… in DECLARE_INTERFACE_() local 445 #define IDirect3DDevice8_SetPixelShaderConstant(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstant(p,a,b,… 543 #define IDirect3DDevice8_SetPixelShaderConstant(p,a,b,c) (p)->SetPixelShaderConstant(a,b,c)
|