HomeSort by relevance Sort by last modified time
    Searched refs:removeTexture (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TextureOwner.h 40 virtual bool removeTexture(TileTexture* texture) = 0;
TileTexture.cpp 75 m_owner->removeTexture(this);
92 proceed = m_owner->removeTexture(this);
Tile.h 142 virtual bool removeTexture(TileTexture* texture);
Tile.cpp 124 bool Tile::removeTexture(TileTexture* texture)
126 ALOGV("%p removeTexture %p, back %p front %p",
TilesManager.cpp 340 previousOwner->removeTexture(farthestTexture);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.cpp 59 removeTexture(token, it->second);
103 removeTexture(token, info);
122 void TextureManager::removeTexture(TextureToken token, TextureInfo info)
141 removeTexture(token, it->second);
TextureManager.h 70 void removeTexture(TextureToken, TextureInfo);
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 97 sp<EGLTextureObject> removeTexture(GLuint name);
TextureObjectManager.cpp 269 sp<EGLTextureObject> EGLSurfaceManager::removeTexture(GLuint name)
  /frameworks/base/libs/hwui/
PathCache.cpp 63 removeTexture(mCache.getValueAt(i));
ShapeCache.h 357 void removeTexture(PathTexture* texture);
481 removeTexture(texture);
489 void ShapeCache<Entry>::removeTexture(PathTexture* texture) {

Completed in 705 milliseconds