Home
last modified time | relevance | path

Searched refs:D3DSAMP_MIPFILTER (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c215 if (ss[D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { in nine_convert_sampler_state()
218 …samp.min_mip_filter = (ss[D3DSAMP_MIPFILTER] == D3DTEXF_POINT) ? PIPE_TEX_FILTER_NEAREST : PIPE_TE… in nine_convert_sampler_state()
Dnine_dump.c48 case D3DSAMP_MIPFILTER: return "MIPFILTER"; in nine_D3DSAMP_to_str()
Dnine_state.c941 if (context->samp[s][D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { in update_sampler_derived()
2986 [D3DSAMP_MIPFILTER] = D3DTEXF_NONE,
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc501 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MIPFILTER, D3DTEXF_LINEAR ); in InitDevice()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1095 captureSamplerState(sampler, D3DSAMP_MIPFILTER); in capturePixelSamplerStates()
DDirect3DDevice9.cpp2536 SetSamplerState(i, D3DSAMP_MIPFILTER, D3DTEXF_NONE); in Reset()
4292 case D3DSAMP_MIPFILTER: in SetSamplerState()
6083 if(samplerState[sampler][D3DSAMP_MIPFILTER] == D3DTEXF_NONE) in bindTextures()
/external/mesa3d/include/D3D9/
Dd3d9types.h872 D3DSAMP_MIPFILTER = 7, enumerator