Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp551 device->GetPixelShaderConstantB(i, &pixelShaderConstantB[i], 1); in Capture()
1117 device->GetPixelShaderConstantB(0, pixelShaderConstantB, 16); in capturePixelShaderStates()
DDirect3DDevice9Ex.cpp439 …long Direct3DDevice9Ex::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantB() function in D3D9::Direct3DDevice9Ex
443 return Direct3DDevice9::GetPixelShaderConstantB(startRegister, constantData, count); in GetPixelShaderConstantB()
DDirect3DDevice9Ex.hpp171 …long __stdcall GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsigned int…
DDirect3DDevice9.hpp114 …long __stdcall GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsigned int…
DDirect3DDevice9.cpp1681 …long Direct3DDevice9::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantB() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h272 …virtual HRESULT WINAPI GetPixelShaderConstantB(UINT StartRegister, BOOL *pConstantData, UINT BoolC…
860 …HRESULT (WINAPI *GetPixelShaderConstantB)(IDirect3DDevice9 *This, UINT StartRegister, BOOL *pConst…
987 #define IDirect3DDevice9_GetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantB(p,a,…
1111 …HRESULT (WINAPI *GetPixelShaderConstantB)(IDirect3DDevice9Ex *This, UINT StartRegister, BOOL *pCon…
1254 #define IDirect3DDevice9Ex_GetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantB(p,…