Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferLayer.h150 static bool getOpacityForFormat(uint32_t format);
DBufferLayer.cpp131 mCurrentOpacity = getOpacityForFormat(format); in setBuffers()
579 mCurrentOpacity = getOpacityForFormat(getBE().compositionInfo.mBuffer->format); in latchBuffer()
803 bool BufferLayer::getOpacityForFormat(uint32_t format) { in getOpacityForFormat() function in android::BufferLayer