Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp1329 uint32_t allocUsage = 0; in allocateBuffers() local
1348 allocUsage = usage | mCore->mConsumerUsageBits; in allocateBuffers()
1357 allocUsage, {mConsumerName.string(), mConsumerName.size()}); in allocateBuffers()
1380 checkFormat != allocFormat || checkUsage != allocUsage) { in allocateBuffers()