Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/include/renderengine/private/
DDescription.h46 bool hasColorMatrix() const;
/frameworks/native/libs/renderengine/
DDescription.cpp50 bool Description::hasColorMatrix() const { in hasColorMatrix() function in android::renderengine::Description
/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp151 description.hasOutputTransformMatrix() || description.hasColorMatrix() in computeKey()
DGLESRenderEngine.cpp1245 if (managedState.hasColorMatrix() || managedState.hasOutputTransformMatrix() || in drawMesh()