Home
last modified time | relevance | path

Searched refs:mColorMatrixEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.cpp34 mColorMatrixEnabled = false; in Description()
77 mColorMatrixEnabled = (mtx != identity); in setColorMatrix()
DDescription.h54 bool mColorMatrixEnabled; variable
DProgramCache.cpp132 description.mColorMatrixEnabled ? Key::COLOR_MATRIX_ON : Key::COLOR_MATRIX_OFF) in computeKey()