Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrGpuResource.h62 if (!static_cast<const DERIVED*>(this)->notifyRefCountIsZero()) { in unref()
324 bool notifyRefCountIsZero() const;
/external/skqp/src/gpu/
DGrGpuResource.cpp175 bool GrGpuResource::notifyRefCountIsZero() const { in notifyRefCountIsZero() function in GrGpuResource