Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp733 …long Direct3DDevice9Ex::SetPixelShaderConstantB(unsigned int startRegister, const int *constantDat… in SetPixelShaderConstantB() function in D3D9::Direct3DDevice9Ex
737 return Direct3DDevice9::SetPixelShaderConstantB(startRegister, constantData, count); in SetPixelShaderConstantB()
DDirect3DDevice9Ex.hpp170 …long __stdcall SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsign…
DDirect3DDevice9.hpp156 …long __stdcall SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsign…
DDirect3DStateBlock9.cpp274 device->SetPixelShaderConstantB(i, &pixelShaderConstantB[i], 1); in Apply()
DDirect3DDevice9.cpp171 SetPixelShaderConstantB(i, &zero[0], 1); in Direct3DDevice9()
2944 …long Direct3DDevice9::SetPixelShaderConstantB(unsigned int startRegister, const int *constantData,… in SetPixelShaderConstantB() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h271 …virtual HRESULT WINAPI SetPixelShaderConstantB(UINT StartRegister, const BOOL *pConstantData, UINT…
859 …HRESULT (WINAPI *SetPixelShaderConstantB)(IDirect3DDevice9 *This, UINT StartRegister, const BOOL *…
986 #define IDirect3DDevice9_SetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantB(p,a,…
1110 …HRESULT (WINAPI *SetPixelShaderConstantB)(IDirect3DDevice9Ex *This, UINT StartRegister, const BOOL…
1253 #define IDirect3DDevice9Ex_SetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantB(p,…