Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTask.h101 virtual bool onIsUsed(GrSurfaceProxy*) const = 0;
108 return this->onIsUsed(proxy); in isUsed()
DGrTextureResolveRenderTask.h26 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
DGrTextureOpList.h58 bool onIsUsed(GrSurfaceProxy*) const override;
DGrRenderTargetOpList.h129 bool onIsUsed(GrSurfaceProxy*) const override;
DGrTextureOpList.cpp210 bool GrTextureOpList::onIsUsed(GrSurfaceProxy* proxyToCheck) const { in onIsUsed() function in GrTextureOpList
DGrRenderTargetOpList.cpp652 bool GrRenderTargetOpList::onIsUsed(GrSurfaceProxy* proxyToCheck) const { in onIsUsed() function in GrRenderTargetOpList
/third_party/skia/src/gpu/
DGrRenderTask.h135 return this->onIsUsed(proxy); in isUsed()
219 virtual bool onIsUsed(GrSurfaceProxy*) const = 0;
DGrTextureResolveRenderTask.h21 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
DGrWritePixelsRenderTask.h32 bool onIsUsed(GrSurfaceProxy* proxy) const override { return false; } in onIsUsed() function
DGrWaitRenderTask.h25 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
DGrDDLTask.h40 bool onIsUsed(GrSurfaceProxy*) const override;
DGrCopyRenderTask.h35 bool onIsUsed(GrSurfaceProxy* proxy) const override { return proxy == fSrc.get(); } in onIsUsed() function
DGrTransferFromRenderTask.h30 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
DGrDDLTask.cpp53 bool GrDDLTask::onIsUsed(GrSurfaceProxy* proxy) const { in onIsUsed() function in GrDDLTask
/third_party/skia/src/gpu/mock/
DGrMockRenderTask.h30 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
/third_party/skia/src/gpu/ops/
DOpsTask.h242 bool onIsUsed(GrSurfaceProxy*) const override;
DOpsTask.cpp900 bool OpsTask::onIsUsed(GrSurfaceProxy* proxyToCheck) const { in onIsUsed() function in skgpu::v1::OpsTask