Searched refs:needsReallocation (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBuffer.h | 179 bool needsReallocation(uint32_t inWidth, uint32_t inHeight,
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBuffer.h | 179 bool needsReallocation(uint32_t inWidth, uint32_t inHeight,
|
/frameworks/native/libs/gui/ |
D | BufferQueueProducer.cpp | 433 if (buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) { in dequeueBuffer() 448 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) { in dequeueBuffer() 467 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) in dequeueBuffer()
|
/frameworks/native/libs/ui/ |
D | GraphicBuffer.cpp | 189 bool GraphicBuffer::needsReallocation(uint32_t inWidth, uint32_t inHeight, in needsReallocation() function in android::GraphicBuffer
|