Home
last modified time | relevance | path

Searched refs:setDebugName (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockSurfaceProxy.h23 SkDEBUGCODE(this->setDebugName(std::move(name))); in GrMockSurfaceProxy()
/third_party/skia/src/gpu/
DGrSurfaceProxy.h348 void setDebugName(SkString name) { fDebugName = std::move(name); } in setDebugName() function