Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgramCache.h70 COLOR_MATRIX_ON = 0x00000020, enumerator
98 return (mKey & COLOR_MATRIX_MASK) == COLOR_MATRIX_ON; in hasColorMatrix()
DProgramCache.cpp132 description.mColorMatrixEnabled ? Key::COLOR_MATRIX_ON : Key::COLOR_MATRIX_OFF); in computeKey()