Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
DTextureObjectManager.h54 status_t reallocate(GLint level,
DTextureObjectManager.cpp160 status_t EGLTextureObject::reallocate( in reallocate() function in android::EGLTextureObject
Dmipmap.cpp47 if (tex->reallocate(level, w, h, w, in buildAPyramid()
Dtexture.cpp386 status_t err = tex->reallocate(level, in createTextureSurface()
397 status_t err = tex->reallocate(level, in createTextureSurface()
/frameworks/native/include/ui/
DGraphicBuffer.h102 status_t reallocate(uint32_t inWidth, uint32_t inHeight,
/frameworks/native/libs/ui/
DGraphicBuffer.cpp134 status_t GraphicBuffer::reallocate(uint32_t inWidth, uint32_t inHeight, in reallocate() function in android::GraphicBuffer