Home
last modified time | relevance | path

Searched refs:mOffscreenTexture (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
116 SafeRelease(mOffscreenTexture); in reset()
123 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
136 &mOffscreenTexture, pShareHandle); in reset()
155 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
306 device->SetTexture(0, mOffscreenTexture); in swapRect()
411 if (mOffscreenTexture) in getOffscreenTexture()
413 mOffscreenTexture->AddRef(); in getOffscreenTexture()
416 return mOffscreenTexture; in getOffscreenTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
116 SafeRelease(mOffscreenTexture); in reset()
123 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
136 &mOffscreenTexture, pShareHandle); in reset()
155 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
306 device->SetTexture(0, mOffscreenTexture); in swapRect()
411 if (mOffscreenTexture) in getOffscreenTexture()
413 mOffscreenTexture->AddRef(); in getOffscreenTexture()
416 return mOffscreenTexture; in getOffscreenTexture()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
116 SafeRelease(mOffscreenTexture); in reset()
123 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
136 &mOffscreenTexture, pShareHandle); in reset()
155 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
306 device->SetTexture(0, mOffscreenTexture); in swapRect()
411 if (mOffscreenTexture) in getOffscreenTexture()
413 mOffscreenTexture->AddRef(); in getOffscreenTexture()
416 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
116 SafeRelease(mOffscreenTexture); in reset()
123 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
136 &mOffscreenTexture, pShareHandle); in reset()
155 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
306 device->SetTexture(0, mOffscreenTexture); in swapRect()
411 if (mOffscreenTexture) in getOffscreenTexture()
413 mOffscreenTexture->AddRef(); in getOffscreenTexture()
416 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
116 SafeRelease(mOffscreenTexture); in reset()
123 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
136 &mOffscreenTexture, pShareHandle); in reset()
155 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
306 device->SetTexture(0, mOffscreenTexture); in swapRect()
411 if (mOffscreenTexture) in getOffscreenTexture()
413 mOffscreenTexture->AddRef(); in getOffscreenTexture()
416 return mOffscreenTexture; in getOffscreenTexture()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
116 SafeRelease(mOffscreenTexture); in reset()
123 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
136 &mOffscreenTexture, pShareHandle); in reset()
155 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
306 device->SetTexture(0, mOffscreenTexture); in swapRect()
411 if (mOffscreenTexture) in getOffscreenTexture()
413 mOffscreenTexture->AddRef(); in getOffscreenTexture()
416 return mOffscreenTexture; in getOffscreenTexture()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp36 mOffscreenTexture(nullptr), in SwapChain9()
54 SafeRelease(mOffscreenTexture); in release()
106 SafeRelease(mOffscreenTexture); in reset()
113 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
126 &mOffscreenTexture, pShareHandle); in reset()
145 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
291 device->SetTexture(0, mOffscreenTexture); in swapRect()
396 if (mOffscreenTexture) in getOffscreenTexture()
398 mOffscreenTexture->AddRef(); in getOffscreenTexture()
401 return mOffscreenTexture; in getOffscreenTexture()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp37 mOffscreenTexture(nullptr), in SwapChain9()
55 SafeRelease(mOffscreenTexture); in release()
110 SafeRelease(mOffscreenTexture); in reset()
117 result = mD3DTexture->QueryInterface(&mOffscreenTexture); in reset()
130 &mOffscreenTexture, pShareHandle); in reset()
149 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget); in reset()
301 device->SetTexture(0, mOffscreenTexture); in swapRect()
406 if (mOffscreenTexture) in getOffscreenTexture()
408 mOffscreenTexture->AddRef(); in getOffscreenTexture()
411 return mOffscreenTexture; in getOffscreenTexture()

12345