Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgramCache.h60 PLANE_ALPHA_LT_ONE = 0x00000004, enumerator
95 return (mKey & PLANE_ALPHA_MASK) == PLANE_ALPHA_LT_ONE; in hasPlaneAlpha()
DProgramCache.cpp95 (description.mPlaneAlpha < 1) ? Key::PLANE_ALPHA_LT_ONE : Key::PLANE_ALPHA_EQ_ONE) in computeKey()