Searched refs:SetPixelShaderConstantB (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 733 …long Direct3DDevice9Ex::SetPixelShaderConstantB(unsigned int startRegister, const int *constantDat… in SetPixelShaderConstantB() function in D3D9::Direct3DDevice9Ex 737 return Direct3DDevice9::SetPixelShaderConstantB(startRegister, constantData, count); in SetPixelShaderConstantB()
|
D | Direct3DDevice9Ex.hpp | 170 …long __stdcall SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsign…
|
D | Direct3DDevice9.hpp | 156 …long __stdcall SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsign…
|
D | Direct3DStateBlock9.cpp | 274 device->SetPixelShaderConstantB(i, &pixelShaderConstantB[i], 1); in Apply()
|
D | Direct3DDevice9.cpp | 171 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/ |
D | d3d9.h | 271 …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,…
|