Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
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()
DDirect3DStateBlock9.cpp543 device->GetPixelShaderConstantI(i, pixelShaderConstantI[i], 1); in Capture()
1116 device->GetPixelShaderConstantI(0, pixelShaderConstantI[0], 16); in capturePixelShaderStates()
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