Searched refs:GetPixelShaderConstantB (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/D3D9/ |
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 | Direct3DStateBlock9.cpp | 551 device->GetPixelShaderConstantB(i, &pixelShaderConstantB[i], 1); in Capture() 1117 device->GetPixelShaderConstantB(0, pixelShaderConstantB, 16); in capturePixelShaderStates()
|
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
|