Searched refs:pixelRefId (Results 1 – 4 of 4) sorted by relevance
698 CREATE_BRIDGE2(onBitmapDestroyed, RenderThread* thread, uint32_t pixelRefId) { in CREATE_BRIDGE2() argument699 args->thread->renderState().onBitmapDestroyed(args->pixelRefId); in CREATE_BRIDGE2()703 void RenderProxy::onBitmapDestroyed(uint32_t pixelRefId) { in onBitmapDestroyed() argument708 args->pixelRefId = pixelRefId; in onBitmapDestroyed()
139 static void onBitmapDestroyed(uint32_t pixelRefId);
66 void onBitmapDestroyed(uint32_t pixelRefId);
125 void RenderState::onBitmapDestroyed(uint32_t pixelRefId) { in onBitmapDestroyed() argument126 if (mCaches && mCaches->textureCache.destroyTexture(pixelRefId)) { in onBitmapDestroyed()