Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgramCache.h69 COLOR_MATRIX_OFF = 0x00000000, enumerator
DProgramCache.cpp101 description.mColorMatrixEnabled ? Key::COLOR_MATRIX_ON : Key::COLOR_MATRIX_OFF); in computeKey()