Searched refs:internal_dispose (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkResource.h122 // code in internal_dispose() doesn't happen before the decrement.
123 this->internal_dispose(gpu);
133 // code in internal_dispose() doesn't happen before the decrement.
134 this->internal_dispose();
164 void internal_dispose(const GrVkGpu* gpu) const { function in class:GrVkResource
177 void internal_dispose() const { function in class:GrVkResource
/external/skia/include/private/
H A DSkWeakRefCnt.h134 // code in internal_dispose() doesn't happen before the decrement.
139 this->INHERITED::internal_dispose();
164 void internal_dispose() const override {
/external/skia/include/core/
H A DSkRefCnt.h86 // code in internal_dispose() doesn't happen before the decrement.
87 this->internal_dispose();
93 * Allow subclasses to call this if they've overridden internal_dispose
106 virtual void internal_dispose() const { function in class:SkRefCntBase
111 // The following friends are those which override internal_dispose()
112 // and conditionally call SkRefCnt::internal_dispose().

Completed in 153 milliseconds