Home
last modified time | relevance | path

Searched defs:onIsUsed (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrWritePixelsRenderTask.h43 bool onIsUsed(GrSurfaceProxy* proxy) const override { return false; } in onIsUsed() function
H A DGrCopyRenderTask.h51 bool onIsUsed(GrSurfaceProxy* proxy) const override { return proxy == fSrc.get(); } in onIsUsed() function
H A DGrTextureResolveRenderTask.h36 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
H A DGrBufferUpdateRenderTask.h35 bool onIsUsed(GrSurfaceProxy* proxy) const override { return false; } in onIsUsed() function
H A DGrWaitRenderTask.h37 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
H A DGrBufferTransferRenderTask.h42 bool onIsUsed(GrSurfaceProxy* proxy) const override { return false; } in onIsUsed() function
H A DGrTransferFromRenderTask.h45 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
H A DGrDDLTask.cpp62 bool GrDDLTask::onIsUsed(GrSurfaceProxy* proxy) const { in onIsUsed() function in GrDDLTask
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockRenderTask.h43 bool onIsUsed(GrSurfaceProxy* proxy) const override { in onIsUsed() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DOpsTask.cpp891 bool OpsTask::onIsUsed(GrSurfaceProxy* proxyToCheck) const { in onIsUsed() function in skgpu::ganesh::OpsTask