Home
last modified time | relevance | path

Searched refs:unref (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DAutoBackendTextureRelease.cpp40 void AutoBackendTextureRelease::unref(bool releaseImage) { in unref() function in android::uirenderer::AutoBackendTextureRelease
45 RenderThread::getInstance().queue().post([this, releaseImage]() { unref(releaseImage); }); in unref()
68 textureRelease->unref(false); in releaseProc()
H A DAutoBackendTextureRelease.h42 void unref(bool releaseImage);
H A DDeferredLayerUpdater.cpp234 mTextureRelease->unref(true); in clear()
/aosp12/frameworks/native/libs/renderengine/skia/
H A DAutoBackendTexture.cpp59 void AutoBackendTexture::unref(bool releaseLocalResources) { in unref() function in android::renderengine::skia::AutoBackendTexture
75 textureRelease->unref(false); in releaseSurfaceProc()
82 textureRelease->unref(false); in releaseImageProc()
H A DAutoBackendTexture.h91 mTexture->unref(true); in ~LocalRef()
128 void unref(bool releaseLocalResources);
/aosp12/frameworks/base/libs/hwui/jni/pdf/
H A DPdfDocument.cpp45 mPicture->unref(); in ~PageRecord()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp371 bitmap.unref(); in prepareToDraw()
/aosp12/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp260 mPixelStorage.wrapped.pixelRef->unref(); in ~Bitmap()
/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp706 recycledPixels->unref(); in copyIfNecessary()