Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
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()
DDirect3DStateBlock9.cpp551 device->GetPixelShaderConstantB(i, &pixelShaderConstantB[i], 1); in Capture()
1117 device->GetPixelShaderConstantB(0, pixelShaderConstantB, 16); in capturePixelShaderStates()
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