Searched defs:updateQueueWithBitmap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTransferQueue.cpp209 // Only called by updateQueueWithBitmap() for now.
391 void TransferQueue::updateQueueWithBitmap(const TileRenderInfo* renderInfo, function in class:WebCore::TransferQueue
H A DGLUtils.cpp459 GLUtils::updateQueueWithBitmap(renderInfo, bitmap);
466 GLUtils::updateQueueWithBitmap(renderInfo, bitmap);
474 void GLUtils::updateQueueWithBitmap(const TileRenderInfo* renderInfo, const SkBitmap& bitmap) function in class:WebCore::GLUtils
481 TilesManager::instance()->transferQueue()->updateQueueWithBitmap(renderInfo, bitmap);

Completed in 494 milliseconds