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

  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 70 COLOR_MATRIX_ON = 0x00000020,
98 return (mKey & COLOR_MATRIX_MASK) == COLOR_MATRIX_ON;
ProgramCache.cpp 132 description.mColorMatrixEnabled ? Key::COLOR_MATRIX_ON : Key::COLOR_MATRIX_OFF);

Completed in 108 milliseconds