Lines Matching refs:device_handle
63 HANDLE device_handle;
73 HANDLE device_handle;
115 if (s->device_handle != INVALID_HANDLE_VALUE) {
116 IDirect3DDeviceManager9_CloseDeviceHandle(device_hwctx->devmgr, s->device_handle);
117 s->device_handle = INVALID_HANDLE_VALUE;
156 hr = IDirect3DDeviceManager9_OpenDeviceHandle(device_hwctx->devmgr, &s->device_handle);
163 s->device_handle,
223 s->device_handle = INVALID_HANDLE_VALUE;
415 if (hwctx->devmgr && priv->device_handle != INVALID_HANDLE_VALUE)
416 IDirect3DDeviceManager9_CloseDeviceHandle(hwctx->devmgr, priv->device_handle);
529 priv->device_handle = INVALID_HANDLE_VALUE;
568 hr = IDirect3DDeviceManager9_OpenDeviceHandle(hwctx->devmgr, &priv->device_handle);