HomeSort by relevance Sort by last modified time
    Searched refs:needsReallocation (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/ui/include/ui/
GraphicBuffer.h 162 bool needsReallocation(uint32_t inWidth, uint32_t inHeight,
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 420 if (buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) {
435 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) {
454 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage))
    [all...]
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 153 bool GraphicBuffer::needsReallocation(uint32_t inWidth, uint32_t inHeight,

Completed in 189 milliseconds