Home
last modified time | relevance | path

Searched refs:D3DSAMP_MINFILTER (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c239 …samp.min_img_filter = (ss[D3DSAMP_MINFILTER] == D3DTEXF_POINT && !ss[NINED3DSAMP_SHADOW]) ? PIPE_T… in nine_convert_sampler_state()
241 if (ss[D3DSAMP_MINFILTER] == D3DTEXF_ANISOTROPIC || in nine_convert_sampler_state()
Dnine_dump.c47 case D3DSAMP_MINFILTER: return "MINFILTER"; in nine_D3DSAMP_to_str()
Dnine_state.c2761 [D3DSAMP_MINFILTER] = D3DTEXF_POINT,
Ddevice9.c2722 if (state->samp_advertised[i][D3DSAMP_MINFILTER] == D3DTEXF_NONE || in NineDevice9_ValidateDevice()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp207 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); in boxFilter()
665 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_POINT); in setCommonBlitState()
DSwapChain9.cpp311 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_POINT); in swapRect()
DRenderer9.cpp1018 mDevice->SetSamplerState(d3dSampler, D3DSAMP_MINFILTER, d3dMinFilter); in setSamplerState()
/external/mesa3d/include/D3D9/
Dd3d9types.h871 D3DSAMP_MINFILTER = 6, enumerator