OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incrementrefcount
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/hwui/
ResourceCache.h
59
void
incrementRefcount
(SkPath* resource);
60
void
incrementRefcount
(SkBitmap* resource);
61
void
incrementRefcount
(SkiaShader* resource);
62
void
incrementRefcount
(SkiaColorFilter* resource);
63
void
incrementRefcount
(const void* resource, ResourceType resourceType);
76
void
incrementRefcount
(void* resource, ResourceType resourceType);
ResourceCache.cpp
49
void ResourceCache::
incrementRefcount
(void* resource, ResourceType resourceType) {
59
void ResourceCache::
incrementRefcount
(SkBitmap* bitmapResource) {
62
incrementRefcount
((void*)bitmapResource, kBitmap);
65
void ResourceCache::
incrementRefcount
(SkPath* pathResource) {
66
incrementRefcount
((void*)pathResource, kPath);
69
void ResourceCache::
incrementRefcount
(SkiaShader* shaderResource) {
71
incrementRefcount
((void*) shaderResource, kShader);
74
void ResourceCache::
incrementRefcount
(SkiaColorFilter* filterResource) {
76
incrementRefcount
((void*) filterResource, kColorFilter);
DisplayListRenderer.h
454
Caches::getInstance().resourceCache.
incrementRefcount
(bitmap);
469
Caches::getInstance().resourceCache.
incrementRefcount
(shaderCopy);
478
Caches::getInstance().resourceCache.
incrementRefcount
(colorFilter);
DisplayListRenderer.cpp
162
caches.resourceCache.
incrementRefcount
(resource);
169
caches.resourceCache.
incrementRefcount
(resource);
176
caches.resourceCache.
incrementRefcount
(resource);
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java
59
public void
incrementRefcount
() {
SipProviderImpl.java
200
this.eventScanner.
incrementRefcount
();
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp
[
all
...]
Completed in 406 milliseconds