Home
last modified time | relevance | path

Searched refs:removeTexture (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DTextureManager.cpp59 removeTexture(token, it->second); in releaseToken()
103 removeTexture(token, info); in reduceMemoryToLimit()
122 void TextureManager::removeTexture(TextureToken token, TextureInfo info) in removeTexture() function in WebCore::TextureManager
141 removeTexture(token, it->second); in requestTexture()
DTextureManager.h70 void removeTexture(TextureToken, TextureInfo);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTileTexture.cpp75 m_owner->removeTexture(this); in discardGLTexture()
92 proceed = m_owner->removeTexture(this); in setOwner()
DTextureOwner.h40 virtual bool removeTexture(TileTexture* texture) = 0;
DTile.h142 virtual bool removeTexture(TileTexture* texture);
DTile.cpp121 bool Tile::removeTexture(TileTexture* texture) in removeTexture() function in WebCore::Tile
DTilesManager.cpp355 previousOwner->removeTexture(farthestTexture); in getAvailableTexture()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1644763 (WebCore::TextureManager::removeTexture):
DChangeLog-2010-12-066019 (WebCore::TextureManager::removeTexture):