Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkDrawAreaManager.cpp22 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in bindDrawingArea()
52 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in clearSurface()
/third_party/skia/src/core/
DSkCanvasPriv.cpp128 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceSurfaceDrawContext()
137 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceSurfaceFillContext()
164 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceTargetProxy()
DSkDevice.h198 virtual skgpu::BaseDevice* asGpuDevice() { return nullptr; } in asGpuDevice() function
DSkCanvas.cpp1721 if (auto gpuDevice = this->topDevice()->asGpuDevice()) { in recordingContext()
/third_party/skia/src/gpu/
DBaseDevice.h47 BaseDevice* asGpuDevice() override { return this; } in asGpuDevice() function