Searched refs:GetPixelShaderConstantI (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.cpp | 543 device->GetPixelShaderConstantI(i, pixelShaderConstantI[i], 1); in Capture() 1116 device->GetPixelShaderConstantI(0, pixelShaderConstantI[0], 16); in capturePixelShaderStates()
|
D | Direct3DDevice9Ex.cpp | 453 …long Direct3DDevice9Ex::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantI() function in D3D9::Direct3DDevice9Ex 457 return Direct3DDevice9::GetPixelShaderConstantI(startRegister, constantData, count); in GetPixelShaderConstantI()
|
D | Direct3DDevice9Ex.hpp | 167 …long __stdcall GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsigned int…
|
D | Direct3DDevice9.hpp | 116 …long __stdcall GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsigned int…
|
D | Direct3DDevice9.cpp | 1722 …long Direct3DDevice9::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantI() function in D3D9::Direct3DDevice9
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 270 …virtual HRESULT WINAPI GetPixelShaderConstantI(UINT StartRegister, int *pConstantData, UINT Vector… 858 …HRESULT (WINAPI *GetPixelShaderConstantI)(IDirect3DDevice9 *This, UINT StartRegister, int *pConsta… 985 #define IDirect3DDevice9_GetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantI(p,a,… 1109 …HRESULT (WINAPI *GetPixelShaderConstantI)(IDirect3DDevice9Ex *This, UINT StartRegister, int *pCons… 1252 #define IDirect3DDevice9Ex_GetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantI(p,…
|