HomeSort by relevance Sort by last modified time
    Searched refs:notifyAllCntsAreZero (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/
GrGpuResource.h 36 * When all the ref/io counts reach zero DERIVED::notifyAllCntsAreZero() will be called (static poly
122 static_cast<const DERIVED*>(this)->notifyAllCntsAreZero(cntTypeRemoved);
316 void notifyAllCntsAreZero(CntType) const;
350 friend class GrIORef<GrGpuResource>; // to access notifyAllCntsAreZero and notifyRefCntIsZero.
  /external/skia/src/gpu/
GrGpuResource.cpp 133 void GrGpuResource::notifyAllCntsAreZero(CntType lastCntTypeToReachZero) const {
151 // handle this in notifyAllCntsAreZero().
163 // There is no need to call our notifyAllCntsAreZero function at this point since we already

Completed in 244 milliseconds