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

  /external/webkit/Source/WebCore/platform/graphics/android/
TextureOwner.h 41 virtual bool removeTexture(BaseTileTexture* texture) = 0;
BaseTile.h 138 virtual bool removeTexture(BaseTileTexture* texture);
BaseTileTexture.cpp 96 m_owner->removeTexture(this);
186 // LayerAndroid::removeTexture() is protected by the same lock as
187 // LayerAndroid::paintBitmapGL(), so either we execute removeTexture()
190 // relinquishing the lock. LayerAndroid::removeTexture() will call
195 proceed = m_owner->removeTexture(this);
LayerAndroid.h 142 void removeTexture(PaintedSurface*);
TilesManager.cpp 325 previousOwner->removeTexture(farthestTexture);
BaseTile.cpp 151 bool BaseTile::removeTexture(BaseTileTexture* texture)
153 XLOG("%p removeTexture %p, back %p front %p... page %p",
LayerAndroid.cpp 784 void LayerAndroid::removeTexture(PaintedSurface* texture)
    [all...]
  /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/base/libs/hwui/
PathCache.cpp 41 removeTexture(mCache.getValueAt(i));
ShapeCache.h 344 void removeTexture(PathTexture* texture);
468 removeTexture(texture);
476 void ShapeCache<Entry>::removeTexture(PathTexture* texture) {
  /frameworks/base/opengl/libagl/
TextureObjectManager.h 97 sp<EGLTextureObject> removeTexture(GLuint name);
TextureObjectManager.cpp 271 sp<EGLTextureObject> EGLSurfaceManager::removeTexture(GLuint name)

Completed in 351 milliseconds