Searched refs:fhint (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskBlit.cpp75 D3DTEXTUREFILTERTYPE fhint = local
78 pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, fhint);
79 pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, fhint);
H A DD3DMaskCache.cpp79 D3DTEXTUREFILTERTYPE fhint = local
82 pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, fhint);
83 pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, fhint);
H A DD3DBlitLoops.cpp574 D3DTEXTUREFILTERTYPE fhint = local
576 fhint = d3dc->IsTextureFilteringSupported(fhint) ? fhint : D3DTEXF_NONE;
612 pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, fhint);
613 pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, fhint);
641 D3DDrawTextureWithHint(d3dc, fhint,
753 D3DTEXTUREFILTERTYPE fhint = local
756 fhint = d3dc->IsTextureFilteringSupported(fhint)
1114 D3DTEXTUREFILTERTYPE fhint = local
[all...]
H A DD3DTextRenderer.cpp195 D3DTEXTUREFILTERTYPE fhint = local
198 pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, fhint);
199 pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, fhint);
200 pd3dDevice->SetSamplerState(1, D3DSAMP_MAGFILTER, fhint);
201 pd3dDevice->SetSamplerState(1, D3DSAMP_MINFILTER, fhint);
231 D3DTEXTUREFILTERTYPE fhint = local
234 pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, fhint);
235 pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, fhint);

Completed in 718 milliseconds