Home
last modified time | relevance | path

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

/third_party/skia/src/image/
DSkImage_Gpu.cpp77 SkASSERT(fVolatileProxyTargetCount <= fVolatileProxy->getTaskTargetCount()); in chooseProxy()
82 fVolatileProxyTargetCount == fVolatileProxy->getTaskTargetCount()) { in chooseProxy()
210 int targetCount = volatileSrc.proxy()->getTaskTargetCount(); in MakeWithVolatileSrc()
/third_party/skia/src/gpu/
DGrSurfaceProxy.h246 int getTaskTargetCount() const { return fTaskTargetCount; } in getTaskTargetCount() function