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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGlyphCache.cpp113 format = pCtx->IsTextureFormatSupported(D3DFMT_A8) ?
116 format = pCtx->IsTextureFormatSupported(D3DFMT_R8G8B8) ?
H A DD3DContext.h227 BOOL IsTextureFormatSupported(D3DFORMAT format, DWORD usage = 0);
H A DD3DResourceManager.cpp502 D3DFORMAT format = pCtx->IsTextureFormatSupported(D3DFMT_A8) ?
H A DD3DContext.cpp780 D3DContext::IsTextureFormatSupported(D3DFORMAT format, DWORD usage) function in class:D3DContext

Completed in 37 milliseconds