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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp794 IDirect3DSurface9 *pStencil; local
797 if (SUCCEEDED(pd3dDevice->GetDepthStencilSurface(&pStencil))) {
799 pStencil->GetDesc(&descStencil);
800 pStencil->Release();

Completed in 33 milliseconds