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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h314 HRESULT InitDevice(IDirect3DDevice9 *d3dDevice);
H A DD3DContext.cpp326 D3DContext::InitDevice(IDirect3DDevice9 *pd3dDevice) function in class:D3DContext
333 "D3DContext::InitDevice: device %d", adapterOrdinal);
416 "D3DContext::InitDevice: sync query not available");
425 "D3DContext::InitDevice: "
642 if (FAILED(res = InitDevice(pd3dDevice))) {

Completed in 26 milliseconds