Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c234 …samp.min_img_filter = (ss[D3DSAMP_MINFILTER] == D3DTEXF_POINT && !ss[NINED3DSAMP_SHADOW]) ? PIPE_T… in nine_convert_sampler_state()
236 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.c2905 [D3DSAMP_MINFILTER] = D3DTEXF_POINT,
Ddevice9.c2580 if (state->samp_advertised[i][D3DSAMP_MINFILTER] == D3DTEXF_NONE || in NineDevice9_ValidateDevice()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc499 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR ); in InitDevice()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1094 captureSamplerState(sampler, D3DSAMP_MINFILTER); in capturePixelSamplerStates()
DDirect3DDevice9.cpp2535 SetSamplerState(i, D3DSAMP_MINFILTER, D3DTEXF_POINT); in Reset()
4266 case D3DSAMP_MINFILTER: in SetSamplerState()
/external/mesa3d/include/D3D9/
Dd3d9types.h871 D3DSAMP_MINFILTER = 6, enumerator