Home
last modified time | relevance | path

Searched refs:pixelRefId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp349 void RenderProxy::onBitmapDestroyed(uint32_t pixelRefId) { in onBitmapDestroyed() argument
353 [&thread, pixelRefId]() { thread.renderState().onBitmapDestroyed(pixelRefId); }); in onBitmapDestroyed()
DRenderProxy.h133 static void onBitmapDestroyed(uint32_t pixelRefId);
/frameworks/base/libs/hwui/renderstate/
DRenderState.h69 void onBitmapDestroyed(uint32_t pixelRefId);
DRenderState.cpp127 void RenderState::onBitmapDestroyed(uint32_t pixelRefId) { in onBitmapDestroyed() argument
128 if (mCaches && mCaches->textureCache.destroyTexture(pixelRefId)) { in onBitmapDestroyed()