Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.h51 bool hasColorMatrix() const;
DDescription.cpp80 bool Description::hasColorMatrix() const { in hasColorMatrix() function in android::Description
DProgramCache.cpp152 description.hasOutputTransformMatrix() || description.hasColorMatrix() || in computeKey()
DGLES20RenderEngine.cpp389 if (wideColorState.hasColorMatrix() || wideColorState.hasSaturationMatrix() || in drawMesh()