Searched refs:BLEND_MASK (Results 1 - 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/RenderEngine/ | ||
H A D | ProgramCache.h | 54 BLEND_MASK = 0x00000001, enumerator in enum:android::ProgramCache::Key::__anon1432 89 return (mKey & BLEND_MASK) == BLEND_PREMULT; |
H A D | ProgramCache.cpp | 91 uint32_t keyMask = Key::BLEND_MASK | Key::OPACITY_MASK | 127 .set(Key::BLEND_MASK, |
Completed in 172 milliseconds