Home
last modified time | relevance | path

Searched refs:reallocate (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/libagl/
DTextureObjectManager.h54 status_t reallocate(GLint level,
Dmipmap.cpp47 if (tex->reallocate(level, w, h, w, in buildAPyramid()
DTextureObjectManager.cpp162 status_t EGLTextureObject::reallocate( in reallocate() function in android::EGLTextureObject
Dtexture.cpp387 status_t err = tex->reallocate(level, in createTextureSurface()
398 status_t err = tex->reallocate(level, in createTextureSurface()
/frameworks/base/include/ui/
DGraphicBuffer.h91 status_t reallocate(uint32_t w, uint32_t h, PixelFormat f, uint32_t usage);
/frameworks/base/libs/ui/
DGraphicBuffer.cpp128 status_t GraphicBuffer::reallocate(uint32_t w, uint32_t h, PixelFormat f, in reallocate() function in android::GraphicBuffer