Home
last modified time | relevance | path

Searched refs:mContentDevice (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DDeviceManagerDx.cpp98 MOZ_ASSERT(!mContentDevice); in ReleaseD3D11()
488 mContentDevice = device; in CreateContentDevice()
490 mContentDevice->SetExceptionMode(0); in CreateContentDevice()
493 hr = mContentDevice->QueryInterface(__uuidof(ID3D10Multithread), getter_AddRefs(multi)); in CreateContentDevice()
580 mContentDevice = nullptr; in ResetDevices()
599 bool createContentDevice = !!mContentDevice; in MaybeResetAndReacquireDevices()
709 DidDeviceReset(mContentDevice, aOutReason)) in GetAnyDeviceRemovedReason()
764 return mContentDevice; in GetContentDevice()
H A DDeviceManagerDx.h139 RefPtr<ID3D11Device> mContentDevice; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DDeviceManagerDx.cpp97 MOZ_ASSERT(!mContentDevice); in ReleaseD3D11()
573 mContentDevice = device; in CreateContentDevice()
575 mContentDevice->SetExceptionMode(0); in CreateContentDevice()
578 hr = mContentDevice->QueryInterface(__uuidof(ID3D10Multithread), in CreateContentDevice()
755 mContentDevice = nullptr; in ResetDevices()
777 bool createContentDevice = !!mContentDevice; in MaybeResetAndReacquireDevices()
876 DidDeviceReset(mContentDevice, aOutReason)) { in GetAnyDeviceRemovedReason()
916 return mContentDevice; in GetContentDevice()
H A DDeviceManagerDx.h153 RefPtr<ID3D11Device> mContentDevice; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DDeviceManagerDx.cpp147 MOZ_ASSERT(!mContentDevice); in ReleaseD3D11()
851 mContentDevice = device; in CreateContentDevice()
853 mContentDevice->SetExceptionMode(0); in CreateContentDevice()
856 hr = mContentDevice->QueryInterface(__uuidof(ID3D10Multithread), in CreateContentDevice()
953 mContentDevice = nullptr; in ResetDevices()
971 bool createContentDevice = !!mContentDevice; in MaybeResetAndReacquireDevices()
1078 DidDeviceReset(mContentDevice, aOutReason) || in GetAnyDeviceRemovedReason()
1122 return mContentDevice; in GetContentDevice()
1131 RefPtr<ID3D11Device> device = mContentDevice; in GetImageDevice()
H A DDeviceManagerDx.h177 RefPtr<ID3D11Device> mContentDevice; variable
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DDeviceManagerDx.cpp145 MOZ_ASSERT(!mContentDevice); in ReleaseD3D11()
852 mContentDevice = device; in CreateContentDevice()
854 mContentDevice->SetExceptionMode(0); in CreateContentDevice()
857 hr = mContentDevice->QueryInterface(__uuidof(ID3D10Multithread), in CreateContentDevice()
944 mContentDevice = nullptr; in ResetDevices()
962 bool createContentDevice = !!mContentDevice; in MaybeResetAndReacquireDevices()
1069 DidDeviceReset(mContentDevice, aOutReason) || in GetAnyDeviceRemovedReason()
1113 return mContentDevice; in GetContentDevice()
1122 RefPtr<ID3D11Device> device = mContentDevice; in GetImageDevice()
H A DDeviceManagerDx.h179 RefPtr<ID3D11Device> mContentDevice; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DDeviceManagerDx.cpp147 MOZ_ASSERT(!mContentDevice); in ReleaseD3D11()
851 mContentDevice = device; in CreateContentDevice()
853 mContentDevice->SetExceptionMode(0); in CreateContentDevice()
856 hr = mContentDevice->QueryInterface(__uuidof(ID3D10Multithread), in CreateContentDevice()
953 mContentDevice = nullptr; in ResetDevices()
971 bool createContentDevice = !!mContentDevice; in MaybeResetAndReacquireDevices()
1078 DidDeviceReset(mContentDevice, aOutReason) || in GetAnyDeviceRemovedReason()
1122 return mContentDevice; in GetContentDevice()
1131 RefPtr<ID3D11Device> device = mContentDevice; in GetImageDevice()
H A DDeviceManagerDx.h177 RefPtr<ID3D11Device> mContentDevice; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DDeviceManagerDx.cpp134 MOZ_ASSERT(!mContentDevice); in ReleaseD3D11()
806 mContentDevice = device; in CreateContentDevice()
808 mContentDevice->SetExceptionMode(0); in CreateContentDevice()
811 hr = mContentDevice->QueryInterface(__uuidof(ID3D10Multithread), in CreateContentDevice()
988 mContentDevice = nullptr; in ResetDevices()
1012 bool createContentDevice = !!mContentDevice; in MaybeResetAndReacquireDevices()
1119 DidDeviceReset(mContentDevice, aOutReason) || in GetAnyDeviceRemovedReason()
1163 return mContentDevice; in GetContentDevice()
1172 RefPtr<ID3D11Device> device = mContentDevice; in GetImageDevice()
H A DDeviceManagerDx.h177 RefPtr<ID3D11Device> mContentDevice; variable
/dports/www/firefox/firefox-99.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp1710 MOZ_ASSERT(mContentDevice); in Synchronize()
1716 if (!Init(mContentDevice, aFallible)) { in Synchronize()
1729 if (dev != mContentDevice) { in Synchronize()
1745 if (!mContentDevice && dev && NS_IsMainThread() && gfxVars::UseWebRender()) { in IsSyncObjectValid()
1746 mContentDevice = dev; in IsSyncObjectValid()
1749 if (!dev || (NS_IsMainThread() && dev != mContentDevice)) { in IsSyncObjectValid()
1756 if (mContentDevice) { in EnsureInitialized()
1764 mContentDevice = DeviceManagerDx::Get()->GetContentDevice(); in EnsureInitialized()
H A DTextureD3D11.h533 RefPtr<ID3D11Device> mContentDevice;
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp1857 MOZ_ASSERT(mContentDevice); in Synchronize()
1863 if (!Init(mContentDevice, aFallible)) { in Synchronize()
1876 if (dev != mContentDevice) { in Synchronize()
1892 if (!mContentDevice && dev && NS_IsMainThread() && gfxVars::UseWebRender()) { in IsSyncObjectValid()
1893 mContentDevice = dev; in IsSyncObjectValid()
1896 if (!dev || (NS_IsMainThread() && dev != mContentDevice)) { in IsSyncObjectValid()
1903 if (mContentDevice) { in EnsureInitialized()
1911 mContentDevice = DeviceManagerDx::Get()->GetContentDevice(); in EnsureInitialized()
H A DTextureD3D11.h544 RefPtr<ID3D11Device> mContentDevice;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp1857 MOZ_ASSERT(mContentDevice); in Synchronize()
1863 if (!Init(mContentDevice, aFallible)) { in Synchronize()
1876 if (dev != mContentDevice) { in Synchronize()
1892 if (!mContentDevice && dev && NS_IsMainThread() && gfxVars::UseWebRender()) { in IsSyncObjectValid()
1893 mContentDevice = dev; in IsSyncObjectValid()
1896 if (!dev || (NS_IsMainThread() && dev != mContentDevice)) { in IsSyncObjectValid()
1903 if (mContentDevice) { in EnsureInitialized()
1911 mContentDevice = DeviceManagerDx::Get()->GetContentDevice(); in EnsureInitialized()
H A DTextureD3D11.h544 RefPtr<ID3D11Device> mContentDevice;