Searched refs:gpuDevice (Results 1 – 2 of 2) sorted by relevance
128 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceSurfaceDrawContext() local129 return gpuDevice->surfaceDrawContext(); in TopDeviceSurfaceDrawContext()137 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceSurfaceFillContext() local138 return gpuDevice->surfaceFillContext(); in TopDeviceSurfaceFillContext()164 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceTargetProxy() local165 return gpuDevice->targetProxy(); in TopDeviceTargetProxy()
1717 if (auto gpuDevice = this->topDevice()->asGpuDevice()) { in recordingContext() local1718 return gpuDevice->recordingContext(); in recordingContext()