Searched refs:GetPixelShaderConstantB (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.cpp | 551 device->GetPixelShaderConstantB(i, &pixelShaderConstantB[i], 1); in Capture() 1117 device->GetPixelShaderConstantB(0, pixelShaderConstantB, 16); in capturePixelShaderStates()
|
D | Direct3DDevice9Ex.cpp | 439 …long Direct3DDevice9Ex::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantB() function in D3D9::Direct3DDevice9Ex 443 return Direct3DDevice9::GetPixelShaderConstantB(startRegister, constantData, count); in GetPixelShaderConstantB()
|
D | Direct3DDevice9Ex.hpp | 171 …long __stdcall GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsigned int…
|
D | Direct3DDevice9.hpp | 114 …long __stdcall GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsigned int…
|
D | Direct3DDevice9.cpp | 1681 …long Direct3DDevice9::GetPixelShaderConstantB(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantB() function in D3D9::Direct3DDevice9
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 272 …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,…
|