Searched refs:reallocate (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/incident_report/
H A Dprinter.h40 int reallocate(int size);
H A Dprinter.cpp44 Out::reallocate(int size) function in class:Out
73 bool truncated = (len >= mBufSize) && (reallocate(len) < len);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h54 status_t reallocate(GLint level,
H A DTextureObjectManager.cpp160 status_t EGLTextureObject::reallocate( function in class:android::EGLTextureObject
H A Dmipmap.cpp47 if (tex->reallocate(level, w, h, w,
H A Dtexture.cpp379 status_t err = tex->reallocate(level,
390 status_t err = tex->reallocate(level,
/frameworks/native/include/ui/
H A DGraphicBuffer.h82 // This function is privileged. See reallocate for details.
158 status_t reallocate(uint32_t inWidth, uint32_t inHeight,
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp131 status_t GraphicBuffer::reallocate(uint32_t inWidth, uint32_t inHeight, function in class:android::GraphicBuffer

Completed in 2140 milliseconds