Home
last modified time | relevance | path

Searched refs:calculateColorMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1209 static mat4 calculateColorMatrix(float saturation);
DSurfaceFlinger.cpp7009 mat4 SurfaceFlinger::calculateColorMatrix(float saturation) { in calculateColorMatrix() function in android::SurfaceFlinger
7025 mClientColorMatrix * calculateColorMatrix(mGlobalSaturationFactor) * mDaltonizer(); in updateColorMatrixLocked()
8584 .colorTransformMatrix = calculateColorMatrix(colorSaturation), in renderScreenImpl()