Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DAutoBackendTextureRelease.cpp48 void AutoBackendTextureRelease::unref(bool releaseImage) { in unref() function in android::uirenderer::AutoBackendTextureRelease
53 RenderThread::getInstance().queue().post([this, releaseImage]() { unref(releaseImage); }); in unref()
76 textureRelease->unref(false); in releaseProc()
H A DAutoBackendTextureRelease.h45 void unref(bool releaseImage);
H A DDeferredLayerUpdater.cpp260 mTextureRelease->unref(true); in clear()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DAutoBackendTextureReleaseTests.cpp54 textureRelease->unref(true); in RENDERTHREAD_TEST()
71 textureRelease->unref(true); in RENDERTHREAD_TEST()
/aosp14/frameworks/base/libs/hwui/jni/pdf/
H A DPdfDocument.cpp45 mPicture->unref(); in ~PageRecord()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp438 bitmap.unref(); in prepareToDraw()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp306 mPixelStorage.wrapped.pixelRef->unref(); in ~Bitmap()
/aosp14/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp720 recycledPixels->unref(); in copyIfNecessary()