Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.cpp43 void Description::setPlaneAlpha(GLclampf planeAlpha) { in setPlaneAlpha() argument
44 if (planeAlpha != mPlaneAlpha) { in setPlaneAlpha()
46 mPlaneAlpha = planeAlpha; in setPlaneAlpha()
DDescription.h61 void setPlaneAlpha(GLclampf planeAlpha);
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestBuffer.cpp527 float planeAlpha = testLayers->getPlaneAlpha(*layer); in get() local
537 a = color.a * planeAlpha; in get()
659 rCur *= planeAlpha; in get()
660 gCur *= planeAlpha; in get()
661 bCur *= planeAlpha; in get()
664 aCur *= planeAlpha; in get()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer_hwc1.cpp628 disp.framebufferTarget->planeAlpha = 0xFF; in createWorkList()
987 getLayer()->planeAlpha = alpha; in setPlaneAlpha()
1006 l->planeAlpha = 0xFF; in setDefaultState()
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp1452 if (hwcLayer.planeAlpha != 0xFF) { in to_string()
1453 output << " Alpha: " << alphaString(hwcLayer.planeAlpha / 255.0f); in to_string()
1879 hwc1Target.planeAlpha = 255; in prepareFramebufferTarget()
2116 hwc1Layer.planeAlpha = in applyCommonState()
2440 ALOGV(" planeAlpha : 0x%08x", layer.planeAlpha); in dumpHWC1Message()