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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGraphicsDevice.cpp175 // set the proper current focus window for us, which ConfigureContext will
190 res = pCtx->ConfigureContext(&newParams);
234 res = pCtx->ConfigureContext(&newParams);
333 res = pCtx->ConfigureContext(&newParams);
H A DD3DContext.h133 HRESULT ConfigureContext(D3DPRESENT_PARAMETERS *pNewParams);
H A DD3DContext.cpp492 res = ConfigureContext(&newParams);
498 D3DContext::ConfigureContext(D3DPRESENT_PARAMETERS *pNewParams) function in class:D3DContext
500 J2dRlsTraceLn1(J2D_TRACE_INFO, "D3DContext::ConfigureContext device %d",
551 DebugPrintD3DError(res, "D3DContext::ConfigureContext: "\
577 "D3DContext::ConfigureContext: cound not reset the device");
581 "D3DContext::ConfigureContext: successfully reset device: %d",
593 "D3DContext::ConfigureContext: failed to get caps");
628 "D3DContext::ConfigureContext: error creating d3d device");
632 "D3DContext::ConfigureContext: successfully created device: %d",
668 return ConfigureContext(
[all...]
H A DD3DResourceManager.cpp463 res = pCtx->ConfigureContext(&newParams);

Completed in 212 milliseconds