Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp543 device->GetPixelShaderConstantI(i, pixelShaderConstantI[i], 1); in Capture()
1116 device->GetPixelShaderConstantI(0, pixelShaderConstantI[0], 16); in capturePixelShaderStates()
DDirect3DDevice9Ex.cpp453 …long Direct3DDevice9Ex::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, uns… in GetPixelShaderConstantI() function in D3D9::Direct3DDevice9Ex
457 return Direct3DDevice9::GetPixelShaderConstantI(startRegister, constantData, count); in GetPixelShaderConstantI()
DDirect3DDevice9Ex.hpp167 …long __stdcall GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsigned int…
DDirect3DDevice9.hpp116 …long __stdcall GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsigned int…
DDirect3DDevice9.cpp1722 …long Direct3DDevice9::GetPixelShaderConstantI(unsigned int startRegister, int *constantData, unsig… in GetPixelShaderConstantI() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h270 …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,…