Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp1348 PixelFormat allocFormat = PIXEL_FORMAT_UNKNOWN; in allocateBuffers() local
1370 allocFormat = format != 0 ? format : mCore->mDefaultBufferFormat; in allocateBuffers()
1380 allocWidth, allocHeight, allocFormat, BQ_LAYER_COUNT, in allocateBuffers()
1404 checkFormat != allocFormat || checkUsage != allocUsage) { in allocateBuffers()