Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp41 removeTexture(mCache.getValueAt(i)); in remove()
DShapeCache.h344 void removeTexture(PathTexture* texture);
468 removeTexture(texture); in operator()
476 void ShapeCache<Entry>::removeTexture(PathTexture* texture) { in removeTexture() function
/frameworks/base/opengl/libagl/
DTextureObjectManager.h97 sp<EGLTextureObject> removeTexture(GLuint name);
DTextureObjectManager.cpp271 sp<EGLTextureObject> EGLSurfaceManager::removeTexture(GLuint name) in removeTexture() function in android::EGLSurfaceManager