Home
last modified time | relevance | path

Searched refs:systemSurface (Results 26 – 29 of 29) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp116 IDirect3DSurface9 *systemSurface = nullptr; in readPixelsImpl() local
126 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl()
138 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
148 result = device->GetRenderTargetData(surface, systemSurface); in readPixelsImpl()
153 SafeRelease(systemSurface); in readPixelsImpl()
171 SafeRelease(systemSurface); in readPixelsImpl()
182 result = systemSurface->LockRect(&lock, &rect, D3DLOCK_READONLY); in readPixelsImpl()
187 SafeRelease(systemSurface); in readPixelsImpl()
210 systemSurface->UnlockRect(); in readPixelsImpl()
211 SafeRelease(systemSurface); in readPixelsImpl()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp116 IDirect3DSurface9 *systemSurface = nullptr; in readPixelsImpl() local
126 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl()
138 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
148 result = device->GetRenderTargetData(surface, systemSurface); in readPixelsImpl()
153 SafeRelease(systemSurface); in readPixelsImpl()
171 SafeRelease(systemSurface); in readPixelsImpl()
182 result = systemSurface->LockRect(&lock, &rect, D3DLOCK_READONLY); in readPixelsImpl()
187 SafeRelease(systemSurface); in readPixelsImpl()
210 systemSurface->UnlockRect(); in readPixelsImpl()
211 SafeRelease(systemSurface); in readPixelsImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp116 IDirect3DSurface9 *systemSurface = nullptr; in readPixelsImpl() local
126 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl()
138 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
148 result = device->GetRenderTargetData(surface, systemSurface); in readPixelsImpl()
153 SafeRelease(systemSurface); in readPixelsImpl()
171 SafeRelease(systemSurface); in readPixelsImpl()
182 result = systemSurface->LockRect(&lock, &rect, D3DLOCK_READONLY); in readPixelsImpl()
187 SafeRelease(systemSurface); in readPixelsImpl()
210 systemSurface->UnlockRect(); in readPixelsImpl()
211 SafeRelease(systemSurface); in readPixelsImpl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp2096 IDirect3DSurface9 *systemSurface; in readPixels() local
2097 …fscreenPlainSurface(desc.Width, desc.Height, desc.Format, D3DPOOL_SYSTEMMEM, &systemSurface, NULL); in readPixels()
2111 result = device->GetRenderTargetData(renderTarget, systemSurface); in readPixels()
2115 systemSurface->Release(); in readPixels()
2134 result = systemSurface->LockRect(&lock, &rect, D3DLOCK_READONLY); in readPixels()
2139 systemSurface->Release(); in readPixels()
2322 systemSurface->UnlockRect(); in readPixels()
2324 systemSurface->Release(); in readPixels()

12