Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h354 static bool getOpacityForFormat(uint32_t format);
DLayer.cpp261 mCurrentOpacity = getOpacityForFormat(format); in setBuffers()
800 bool Layer::getOpacityForFormat(uint32_t format) { in getOpacityForFormat() function in android::Layer
1415 mCurrentOpacity = getOpacityForFormat(mActiveBuffer->format); in latchBuffer()