Home | History | Annotate | Download | only in hwui

Lines Matching refs:resource

36  * Type of Resource being cached
73 void incrementRefcount(SkPath* resource);
74 void incrementRefcount(SkBitmap* resource);
75 void incrementRefcount(SkiaShader* resource);
76 void incrementRefcount(SkiaColorFilter* resource);
77 void incrementRefcount(Res_png_9patch* resource);
78 void incrementRefcount(Layer* resource);
80 void incrementRefcountLocked(SkPath* resource);
81 void incrementRefcountLocked(SkBitmap* resource);
82 void incrementRefcountLocked(SkiaShader* resource);
83 void incrementRefcountLocked(SkiaColorFilter* resource);
84 void incrementRefcountLocked(Res_png_9patch* resource);
85 void incrementRefcountLocked(Layer* resource);
87 void decrementRefcount(SkBitmap* resource);
88 void decrementRefcount(SkPath* resource);
89 void decrementRefcount(SkiaShader* resource);
90 void decrementRefcount(SkiaColorFilter* resource);
91 void decrementRefcount(Res_png_9patch* resource);
92 void decrementRefcount(Layer* resource);
94 void decrementRefcountLocked(SkBitmap* resource);
95 void decrementRefcountLocked(SkPath* resource);
96 void decrementRefcountLocked(SkiaShader* resource);
97 void decrementRefcountLocked(SkiaColorFilter* resource);
98 void decrementRefcountLocked(Res_png_9patch* resource);
99 void decrementRefcountLocked(Layer* resource);
101 void destructor(SkPath* resource);
102 void destructor(SkBitmap* resource);
103 void destructor(SkiaShader* resource);
104 void destructor(SkiaColorFilter* resource);
105 void destructor(Res_png_9patch* resource);
107 void destructorLocked(SkPath* resource);
108 void destructorLocked(SkBitmap* resource);
109 void destructorLocked(SkiaShader* resource);
110 void destructorLocked(SkiaColorFilter* resource);
111 void destructorLocked(Res_png_9patch* resource);
113 bool recycle(SkBitmap* resource);
114 bool recycleLocked(SkBitmap* resource);
117 void deleteResourceReferenceLocked(void* resource, ResourceReference* ref);
119 void incrementRefcount(void* resource, ResourceType resourceType);
120 void incrementRefcountLocked(void* resource, ResourceType resourceType);
122 void decrementRefcount(void* resource);
123 void decrementRefcountLocked(void* resource);