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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h128 HRESULT CreateInstance(IDirect3D9 *pd3d9, UINT adapter, D3DContext **ppCtx);
H A DD3DContext.cpp202 D3DContext::CreateInstance(IDirect3D9 *pd3d9, UINT adapter, D3DContext **ppCtx) argument
205 *ppCtx = new D3DContext(pd3d9, adapter);
206 if (FAILED(res = (*ppCtx)->InitContext())) {
207 delete *ppCtx;
208 *ppCtx = NULL;

Completed in 3626 milliseconds