Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/include/renderengine/private/
DDescription.h46 bool hasColorMatrix() const;
/frameworks/av/media/libstagefright/renderfright/
DDescription.cpp50 bool Description::hasColorMatrix() const { in hasColorMatrix() function in android::renderengine::Description
/frameworks/av/media/libstagefright/renderfright/gl/
DProgramCache.cpp180 description.hasOutputTransformMatrix() || description.hasColorMatrix() in computeKey()
DGLESRenderEngine.cpp1452 if (managedState.hasColorMatrix() || managedState.hasOutputTransformMatrix() || in drawMesh()