Searched refs:reallocate (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/incident_report/ |
D | printer.h | 40 int reallocate(int size);
|
D | printer.cpp | 44 Out::reallocate(int size) in reallocate() function in Out
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.h | 54 status_t reallocate(GLint level,
|
D | TextureObjectManager.cpp | 160 status_t EGLTextureObject::reallocate( in reallocate() function in android::EGLTextureObject
|
D | mipmap.cpp | 47 if (tex->reallocate(level, w, h, w, in buildAPyramid()
|
D | texture.cpp | 375 status_t err = tex->reallocate(level, in createTextureSurface() 386 status_t err = tex->reallocate(level, in createTextureSurface()
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBuffer.h | 159 status_t reallocate(uint32_t inWidth, uint32_t inHeight,
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBuffer.h | 159 status_t reallocate(uint32_t inWidth, uint32_t inHeight,
|
/frameworks/native/libs/ui/ |
D | GraphicBuffer.cpp | 131 status_t GraphicBuffer::reallocate(uint32_t inWidth, uint32_t inHeight, in reallocate() function in android::GraphicBuffer
|