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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskBlit.cpp104 res = d3dc->pVCacher->Render();
H A DD3DMaskCache.cpp112 res = pCtx->pVCacher->Render();
H A DD3DVertexCacher.h85 HRESULT Render(int actionType = APPEND_ACTION);
H A DD3DVertexCacher.cpp697 HRESULT D3DVertexCacher::Render(int actionType) function in class:D3DVertexCacher
737 "D3DVC::Render Starting flushing of %d vertices "\
792 if (FAILED(res = Render(RESET_ACTION))) {
H A DD3DBlitLoops.cpp647 res = d3dc->pVCacher->Render();
H A DD3DContext.cpp814 " current stencil buffer is not compatible with new Render Target");
1607 return pVCacher->Render();

Completed in 41 milliseconds