Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DLayer.cpp91 const auto blendModeString = toString(blendMode); in setBlendMode() local
92 DEBUG_LOG("%s: layer:%" PRId64 " blend mode:%s", __FUNCTION__, mId, blendModeString.c_str()); in setBlendMode()
100 const auto blendModeString = toString(blendMode); in getBlendMode() local
101 DEBUG_LOG("%s: layer:%" PRId64 " blend mode:%s", __FUNCTION__, mId, blendModeString.c_str()); in getBlendMode()