Searched refs:systemSurface (Results 1 – 1 of 1) sorted by relevance
116 IDirect3DSurface9 *systemSurface = nullptr; in readPixelsImpl() local126 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()