Home
last modified time | relevance | path

Searched refs:hasDisplayColorMatrix (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/renderengine/include/renderengine/private/
DDescription.h47 bool hasDisplayColorMatrix() const;
/frameworks/native/libs/renderengine/
DDescription.cpp55 bool Description::hasDisplayColorMatrix() const { in hasDisplayColorMatrix() function in android::renderengine::Description
/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp184 description.hasDisplayColorMatrix() ? Key::DISPLAY_COLOR_TRANSFORM_MATRIX_ON in computeKey()
668 needs.hasDisplayColorMatrix()) { in generateFragmentShader()
707 if (needs.hasDisplayColorMatrix()) { in generateFragmentShader()
746 needs.hasDisplayColorMatrix()) { in generateFragmentShader()
DProgramCache.h151 inline bool hasDisplayColorMatrix() const { in hasDisplayColorMatrix() function