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

  /frameworks/base/libs/hwui/
ResourceCache.h 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);
119 void incrementRefcount(void* resource, ResourceType resourceType);
ResourceCache.cpp 59 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) {
64 void ResourceCache::incrementRefcount(SkBitmap* bitmapResource) {
67 incrementRefcount((void*) bitmapResource, kBitmap);
70 void ResourceCache::incrementRefcount(SkPath* pathResource) {
71 incrementRefcount((void*) pathResource, kPath);
74 void ResourceCache::incrementRefcount(SkiaShader* shaderResource) {
76 incrementRefcount((void*) shaderResource, kShader);
79 void ResourceCache::incrementRefcount(SkiaColorFilter* filterResource) {
81 incrementRefcount((void*) filterResource, kColorFilter);
84 void ResourceCache::incrementRefcount(Res_png_9patch* patchResource)
    [all...]
DisplayListRenderer.h 232 mCaches.resourceCache.incrementRefcount(path);
284 mCaches.resourceCache.incrementRefcount(layer);
294 mCaches.resourceCache.incrementRefcount(bitmap);
300 mCaches.resourceCache.incrementRefcount(bitmap);
314 mCaches.resourceCache.incrementRefcount(shaderCopy);
321 mCaches.resourceCache.incrementRefcount(colorFilter);
327 mCaches.resourceCache.incrementRefcount(patch);
Layer.cpp 50 caches.resourceCache.incrementRefcount(this);
144 caches.resourceCache.incrementRefcount(colorFilter);
OpenGLRenderer.cpp 678 mCaches.resourceCache.incrementRefcount(layer);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 59 public void incrementRefcount() {
SipProviderImpl.java 200 this.eventScanner.incrementRefcount();
    [all...]

Completed in 494 milliseconds