Searched refs:needsReallocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/ui/
H A DGraphicBuffer.h105 bool needsReallocation(uint32_t inWidth, uint32_t inHeight,
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp413 if (buffer->needsReallocation(width, height, format, usage)) {
429 buffer->needsReallocation(width, height, format, usage)) {
448 buffer->needsReallocation(width, height, format, usage))
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp157 bool GraphicBuffer::needsReallocation(uint32_t inWidth, uint32_t inHeight, function in class:android::GraphicBuffer

Completed in 116 milliseconds