OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateQueueWithBitmap
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h
84
static void
updateQueueWithBitmap
(const TileRenderInfo* , const SkBitmap& bitmap);
TransferQueue.h
117
void
updateQueueWithBitmap
(const TileRenderInfo* renderInfo,
GLUtils.cpp
459
GLUtils::
updateQueueWithBitmap
(renderInfo, bitmap);
466
GLUtils::
updateQueueWithBitmap
(renderInfo, bitmap);
474
void GLUtils::
updateQueueWithBitmap
(const TileRenderInfo* renderInfo, const SkBitmap& bitmap)
481
TilesManager::instance()->transferQueue()->
updateQueueWithBitmap
(renderInfo, bitmap);
TransferQueue.cpp
209
// Only called by
updateQueueWithBitmap
() for now.
391
void TransferQueue::
updateQueueWithBitmap
(const TileRenderInfo* renderInfo,
Completed in 2169 milliseconds