Searched refs:IsTextureFilteringSupported (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskBlit.cpp76 d3dc->IsTextureFilteringSupported(D3DTEXF_NONE) ?
H A DD3DMaskCache.cpp80 pCtx->IsTextureFilteringSupported(D3DTEXF_NONE) ?
H A DD3DContext.h220 BOOL IsTextureFilteringSupported(D3DTEXTUREFILTERTYPE fType);
H A DD3DBlitLoops.cpp576 fhint = d3dc->IsTextureFilteringSupported(fhint) ? fhint : D3DTEXF_NONE;
756 fhint = d3dc->IsTextureFilteringSupported(fhint) ?
1115 d3dc->IsTextureFilteringSupported(D3DTEXF_NONE) ?
H A DD3DTextRenderer.cpp196 d3dc->IsTextureFilteringSupported(D3DTEXF_NONE) ?
232 d3dc->IsTextureFilteringSupported(D3DTEXF_NONE) ?
H A DD3DContext.cpp768 D3DContext::IsTextureFilteringSupported(D3DTEXTUREFILTERTYPE fType) function in class:D3DContext

Completed in 44 milliseconds