Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h347 static bool getOpacityForFormat(uint32_t format);
DLayer.cpp223 mCurrentOpacity = getOpacityForFormat(format); in setBuffers()
762 bool Layer::getOpacityForFormat(uint32_t format) { in getOpacityForFormat() function in android::Layer
1296 mCurrentOpacity = getOpacityForFormat(mActiveBuffer->format); in latchBuffer()