Home
last modified time | relevance | path

Searched refs:LOCK_DISCARD (Results 1 – 17 of 17) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DVolume8.cpp155 lock = sw::LOCK_DISCARD; in LockBox()
H A DDirect3DSurface8.cpp169 lock = sw::LOCK_DISCARD; in LockRect()
H A DDirect3DDevice8.cpp2154 void *buffer = cursor->lockExternal(0, 0, 0, sw::LOCK_DISCARD, sw::PUBLIC); in SetCursorProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3DVolume9.cpp186 lock = sw::LOCK_DISCARD; in LockBox()
H A DDirect3DVolumeTexture9.cpp190 dest->lockInternal(0, 0, 0, sw::LOCK_DISCARD, sw::PUBLIC); in GenerateMipSubLevels()
H A DDirect3DSurface9.cpp268 lock = sw::LOCK_DISCARD; in LockRect()
H A DDirect3DDevice9.cpp2663 void *buffer = cursor->lockExternal(0, 0, 0, sw::LOCK_DISCARD, sw::PUBLIC); in SetCursorProperties()
6253 byte *destBuffer = (byte*)dest->lockInternal(0, 0, 0, sw::LOCK_DISCARD, sw::PUBLIC); in stretchRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp591 …yte*)dest->lockStencil(0, 0, 0, PUBLIC) : (byte*)dest->lockInternal(0, 0, 0, LOCK_DISCARD, PUBLIC); in stretchRect()
601 …byte *destBuffer = (byte*)dest->lockInternal(dRect.x0, dRect.y0, 0, fullCopy ? LOCK_DISCARD : LOCK… in stretchRect()
611 …e*)dest->lockInternal(dRect.x0, dRect.y0, destRect->slice, fullCopy ? LOCK_DISCARD : LOCK_WRITEONL… in stretchRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp591 …yte*)dest->lockStencil(0, 0, 0, PUBLIC) : (byte*)dest->lockInternal(0, 0, 0, LOCK_DISCARD, PUBLIC); in stretchRect()
601 …byte *destBuffer = (byte*)dest->lockInternal(dRect.x0, dRect.y0, 0, fullCopy ? LOCK_DISCARD : LOCK… in stretchRect()
611 …e*)dest->lockInternal(dRect.x0, dRect.y0, destRect->slice, fullCopy ? LOCK_DISCARD : LOCK_WRITEONL… in stretchRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.cpp375 sw::byte *destBuffer = (sw::byte*)dest->lockInternal(0, 0, dRect.slice, LOCK_DISCARD, PUBLIC); in stretchRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.cpp375 sw::byte *destBuffer = (sw::byte*)dest->lockInternal(0, 0, dRect.slice, LOCK_DISCARD, PUBLIC); in stretchRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DSurface.hpp208 LOCK_DISCARD, enumerator
H A DSurface.cpp1139 case LOCK_DISCARD: in lockRect()
1374 if(lock != LOCK_DISCARD) in lockExternal()
1388 case LOCK_DISCARD: in lockExternal()
1429 if(lock != LOCK_DISCARD) in lockInternal()
1451 if(lock != LOCK_DISCARD) in lockInternal()
1467 case LOCK_DISCARD: in lockInternal()
3151 const Lock lock = entire ? LOCK_DISCARD : LOCK_WRITEONLY; in clearDepth()
H A DBlitter.cpp1450 …dest->lock(0, 0, destRect.slice, isRGBA ? (isEntireDest ? sw::LOCK_DISCARD : sw::LOCK_WRITEONLY) :… in blitReactor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DSurface.hpp236 LOCK_DISCARD, enumerator
H A DSurface.cpp1139 case LOCK_DISCARD: in lockRect()
1415 if(lock != LOCK_DISCARD) in lockExternal()
1429 case LOCK_DISCARD: in lockExternal()
1470 if(lock != LOCK_DISCARD) in lockInternal()
1492 if(lock != LOCK_DISCARD) in lockInternal()
1508 case LOCK_DISCARD: in lockInternal()
3346 const Lock lock = entire ? LOCK_DISCARD : LOCK_WRITEONLY; in clearDepth()
H A DBlitter.cpp1450 …dest->lock(0, 0, destRect.slice, isRGBA ? (isEntireDest ? sw::LOCK_DISCARD : sw::LOCK_WRITEONLY) :… in blitReactor()