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

  /external/skia/src/gpu/vk/
GrVkResource.h 102 // code in internal_dispose() doesn't happen before the decrement.
103 this->internal_dispose(gpu);
113 // code in internal_dispose() doesn't happen before the decrement.
114 this->internal_dispose();
138 void internal_dispose(const GrVkGpu* gpu) const { function in class:GrVkResource
149 * Internal_dispose without freeing Vk resources. Used when we've lost context.
151 void internal_dispose() const { function in class:GrVkResource
  /external/skia/include/core/
SkRefCnt.h 82 // code in internal_dispose() doesn't happen before the decrement.
83 this->internal_dispose();
95 * Allow subclasses to call this if they've overridden internal_dispose
97 * be called right before calling through to inherited internal_dispose()
111 virtual void internal_dispose() const { function in class:SkRefCntBase
116 // The following friends are those which override internal_dispose()
117 // and conditionally call SkRefCnt::internal_dispose().

Completed in 80 milliseconds