Searched refs:S_OK (Results 226 - 250 of 308) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c120 return S_OK;
H A Dvolumetexture.c122 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c63 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dsurface.c51 return S_OK;
H A Dvertexdeclaration.c219 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddirectx.c59 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dcubetexture.c50 return S_OK;
H A Dsurface.c47 return S_OK;
H A Dtexture.c49 return S_OK;
H A Dvertexdeclaration.c215 return S_OK;
H A Dvolumetexture.c48 return S_OK;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c237 AssertReturn(hr == S_OK, VERR_INTERNAL_ERROR);
248 AssertReturn(hr == S_OK, VERR_INTERNAL_ERROR);
H A Dshader.c1557 return S_OK;
1864 return S_OK;
1961 return S_OK;
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py716 oDst.NS_OK = oDst.S_OK
822 oDst.S_OK = oDst.NS_OK
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp148 HRESULT rc = S_OK;
951 HRESULT rc = S_OK;
H A DVBoxManageStorageController.cpp78 HRESULT rc = S_OK;
956 HRESULT rc = S_OK;
H A DVBoxManageInfo.cpp91 HRESULT hrc = S_OK;
270 int rc = S_OK;
492 return S_OK;
503 return S_OK;
2633 return S_OK;
H A DVBoxManageDisk.cpp1097 HRESULT rc = S_OK;
1454 HRESULT rc = S_OK;
1562 HRESULT rc = S_OK;
H A DVBoxManageMetrics.cpp52 HRESULT rc = S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.h577 Assert(hr == S_OK); \
626 Assert(hr == S_OK); \
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp632 return S_OK;
/vbox/src/VBox/Main/include/
H A DPerformance.h416 virtual int enable() { mEnabled = true; return S_OK; };
417 virtual int disable() { mEnabled = false; return S_OK; };
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp129 HRESULT hr = mProgress->i_notifyComplete(S_OK);
1081 HRESULT hr = S_OK;
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1014 if (hrc == S_OK)
1220 if (hrc == S_OK)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c1529 return S_OK;
1542 return S_OK;

Completed in 375 milliseconds

1234567891011>>