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

  /external/skia/include/gpu/
GrGpuResource.h 37 * reaches 0 DERIVED::notifyRefCountIsZero() will be called. In the case when an unref() causes both
38 * the ref cnt to reach zero and the other counts are zero, notifyRefCountIsZero() will be called
39 * before notifyIsPurgeable(). Moreover, if notifyRefCountIsZero() returns false then
40 * notifyAllRefCntsAreZero() won't be called at all. notifyRefCountIsZero() must return false if the
61 if (!static_cast<const DERIVED*>(this)->notifyRefCountIsZero()) {
330 bool notifyRefCountIsZero() const;
  /external/skqp/include/gpu/
GrGpuResource.h 37 * reaches 0 DERIVED::notifyRefCountIsZero() will be called. In the case when an unref() causes both
38 * the ref cnt to reach zero and the other counts are zero, notifyRefCountIsZero() will be called
39 * before notifyIsPurgeable(). Moreover, if notifyRefCountIsZero() returns false then
40 * notifyAllRefCntsAreZero() won't be called at all. notifyRefCountIsZero() must return false if the
61 if (!static_cast<const DERIVED*>(this)->notifyRefCountIsZero()) {
308 bool notifyRefCountIsZero() const;
  /external/skia/src/gpu/
GrGpuResource.cpp 175 bool GrGpuResource::notifyRefCountIsZero() const {
  /external/skqp/src/gpu/
GrGpuResource.cpp 158 bool GrGpuResource::notifyRefCountIsZero() const {

Completed in 113 milliseconds