Home
last modified time | relevance | path

Searched refs:hasOutputTransformMatrix (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgramCache.h121 inline bool hasOutputTransformMatrix() const { in hasOutputTransformMatrix() function
125 return hasInputTransformMatrix() || hasOutputTransformMatrix(); in hasTransformMatrix()
DDescription.h50 bool hasOutputTransformMatrix() const;
DDescription.cpp75 bool Description::hasOutputTransformMatrix() const { in hasOutputTransformMatrix() function in android::Description
DProgramCache.cpp152 description.hasOutputTransformMatrix() || description.hasColorMatrix() || in computeKey()
593 if (needs.hasOutputTransformMatrix()) { in generateFragmentShader()
DGLES20RenderEngine.cpp390 wideColorState.hasOutputTransformMatrix() || inputTransfer != outputTransfer) { in drawMesh()