Home
last modified time | relevance | path

Searched refs:setGrOpTag (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp116 op->setGrOpTag(direct->getCurrentGrResourceTag()); in addOp()
DSurfaceDrawContext.cpp2009 op->setGrOpTag(direct->getCurrentGrResourceTag()); in addDrawOp()
/third_party/skia/src/gpu/ops/
DGrOp.h260 void setGrOpTag(const GrGpuResourceTag& tag) { fGrOpTag = tag; } in setGrOpTag() function