HomeSort by relevance Sort by last modified time
    Searched refs:PLANE_ALPHA_LT_ONE (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 60 PLANE_ALPHA_LT_ONE = 0x00000004,
95 return (mKey & PLANE_ALPHA_MASK) == PLANE_ALPHA_LT_ONE;
ProgramCache.cpp 95 (description.mPlaneAlpha < 1) ? Key::PLANE_ALPHA_LT_ONE : Key::PLANE_ALPHA_EQ_ONE)

Completed in 38 milliseconds