Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkDrawAreaManager.cpp22 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in bindDrawingArea() local
23 if (!gpuDeviceProxy) { in bindDrawingArea()
28 fRtmap[gpuDeviceProxy->peekRenderTarget()] = skIRects; in bindDrawingArea()
52 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in clearSurface() local
53 if (!gpuDeviceProxy) { in clearSurface()
58 fRtmap.erase(gpuDeviceProxy->peekRenderTarget()); in clearSurface()