Home
last modified time | relevance | path

Searched defs:needsCommandBufferIsolation (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrCopySurfaceOp.h36 bool needsCommandBufferIsolation() const override { return true; } in needsCommandBufferIsolation() function
DGrOp.h155 virtual bool needsCommandBufferIsolation() const { return false; } in needsCommandBufferIsolation() function