Searched refs:SetTexture (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskCache.cpp76 res = pCtx->SetTexture(pMaskTexRes->GetTexture(), 0);
94 return pCtx->SetTexture(NULL, 0);
H A DD3DMaskBlit.cpp70 if (FAILED(res = d3dc->SetTexture(pBlitTex, 0))) {
H A DD3DBufImgOps.cpp281 res = d3dc->SetTexture(pLutTex, 1);
305 return d3dc->SetTexture(NULL, 1);
H A DD3DPaints.cpp57 d3dc->SetTexture(NULL, sampler);
167 d3dc->SetTexture(pGradientTex, sampler);
274 res = d3dc->SetTexture(srcOps->pResource->GetTexture(), sampler);
397 res = d3dc->SetTexture(pMultiGradientTex, sampler);
H A DD3DTextRenderer.cpp205 d3dc->SetTexture(pGlyphTex, 0);
208 d3dc->SetTexture(pCachedDestTex, 1);
240 return d3dc->SetTexture(pGlyphCacheTexRes->GetTexture(), 0);
248 return d3dc->SetTexture(NULL, 0);
265 res = d3dc->SetTexture(NULL, 1);
H A DD3DContext.h187 HRESULT SetTexture(IDirect3DTexture9 *pTexture, DWORD dwSampler = 0);
H A DD3DBlitLoops.cpp513 FAILED(res = d3dc->SetTexture(pSrc))))
516 "D3DBlitTextureToSurface: BeginScene or SetTexture failed");
608 res = d3dc->SetTexture(pBlitTexture);
1121 res = d3dc->SetTexture(pBlitTexture);
H A DD3DContext.cpp1410 // be called in SetTexture(), SetTransform() and ResetTranform().
1495 D3DContext::SetTexture(IDirect3DTexture9 *pTexture, DWORD dwSampler) function in class:D3DContext
1498 J2dTraceLn(J2D_TRACE_INFO, "D3DContext::SetTexture");
1502 "D3DContext::SetTexture: incorrect sampler: %d", dwSampler);
1511 res = pd3dDevice->SetTexture(dwSampler, pTexture);
1571 SetTexture(NULL);

Completed in 4828 milliseconds