Searched refs:pixelRefId (Results 1 – 4 of 4) sorted by relevance
349 void RenderProxy::onBitmapDestroyed(uint32_t pixelRefId) { in onBitmapDestroyed() argument353 [&thread, pixelRefId]() { thread.renderState().onBitmapDestroyed(pixelRefId); }); in onBitmapDestroyed()
133 static void onBitmapDestroyed(uint32_t pixelRefId);
69 void onBitmapDestroyed(uint32_t pixelRefId);
127 void RenderState::onBitmapDestroyed(uint32_t pixelRefId) { in onBitmapDestroyed() argument128 if (mCaches && mCaches->textureCache.destroyTexture(pixelRefId)) { in onBitmapDestroyed()