Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp292 layerHook<decltype(&Layer::setPlaneAlpha), in doGetFunction()
293 &Layer::setPlaneAlpha, float>); in doGetFunction()
1570 Error EmuHWC2::Layer::setPlaneAlpha(float alpha) { in setPlaneAlpha() function in android::EmuHWC2::Layer
DEmuHWC2.h413 HWC2::Error setPlaneAlpha(float alpha);
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h550 HWC2::Error setPlaneAlpha(float alpha);
DHWC2.cpp309 layerHook<decltype(&Layer::setPlaneAlpha), in doGetFunction()
310 &Layer::setPlaneAlpha, float>); in doGetFunction()
2148 Error CfHWC2::Layer::setPlaneAlpha(float alpha) { in setPlaneAlpha() function in android::CfHWC2::Layer