Searched refs:captureSamplerState (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.cpp | 968 void Direct3DStateBlock9::captureSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state) in captureSamplerState() function in D3D9::Direct3DStateBlock9 1089 captureSamplerState(sampler, D3DSAMP_ADDRESSU); in capturePixelSamplerStates() 1090 captureSamplerState(sampler, D3DSAMP_ADDRESSV); in capturePixelSamplerStates() 1091 captureSamplerState(sampler, D3DSAMP_ADDRESSW); in capturePixelSamplerStates() 1092 captureSamplerState(sampler, D3DSAMP_BORDERCOLOR); in capturePixelSamplerStates() 1093 captureSamplerState(sampler, D3DSAMP_MAGFILTER); in capturePixelSamplerStates() 1094 captureSamplerState(sampler, D3DSAMP_MINFILTER); in capturePixelSamplerStates() 1095 captureSamplerState(sampler, D3DSAMP_MIPFILTER); in capturePixelSamplerStates() 1096 captureSamplerState(sampler, D3DSAMP_MIPMAPLODBIAS); in capturePixelSamplerStates() 1097 captureSamplerState(sampler, D3DSAMP_MAXMIPLEVEL); in capturePixelSamplerStates() [all …]
|
D | Direct3DStateBlock9.hpp | 83 void captureSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state);
|