Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
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()