0

[//docs] Update ref in probe-gpu.md

GLImage has been entirely replaced by SharedImage.

Bug: 1310018
Change-Id: I54df50a986033236999fb60eb0419986534ef6bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4729402
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1176483}
This commit is contained in:
Colin Blundell
2023-07-28 08:19:31 +00:00
committed by Chromium LUCI CQ
parent a219718b35
commit 0e34e34d9c

@ -58,10 +58,10 @@ GPU process:
Many of the objects listed above are shared between multiple processes.
Consider a GL texture used by CC --- this texture is shared between a renderer
and the GPU process. Additionally, the texture may be backed by a GLImage which
was created from a GPUMemoryBuffer, which is also shared between the renderer
and GPU process. This means that the single texture may show up in the memory
logs of two different processes multiple times.
and the GPU process. Additionally, the texture may be backed by a SharedImage
which was created from a GPUMemoryBuffer, which is also shared between the
renderer and GPU process. This means that the single texture may show up in the
memory logs of two different processes multiple times.
To make things easier to understand, each GPU allocation is only ever "owned"
by a single process and category. For instance, in the above example, the