Searched refs:mPlaneAlpha (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnRGBPlane.cpp199 if (0 < mPlaneAlpha && mPlaneAlpha < 0xff) {
200 planeAlpha = mPlaneAlpha | 0x80000000;
344 if (0 < mPlaneAlpha && mPlaneAlpha < 0xff) {
345 planeAlpha = mPlaneAlpha | 0x80000000;
/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlane.cpp36 mPlaneAlpha(0),
170 if (mPlaneAlpha != alpha) {
171 mPlaneAlpha = alpha;
/hardware/intel/img/hwcomposer/include/
H A DDisplayPlane.h143 uint8_t mPlaneAlpha; member in class:android::intel::DisplayPlane

Completed in 2562 milliseconds