Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.h55 mat4 mColorMatrix; variable
DDescription.cpp87 mColorMatrix = mtx; in setColorMatrix()
DProgram.cpp142 glUniformMatrix4fv(mColorMatrixLoc, 1, GL_FALSE, desc.mColorMatrix.asArray()); in setUniforms()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h489 mat4 mColorMatrix; variable
DSurfaceFlinger.cpp1749 mat4 colorMatrix = mColorMatrix; in doDisplayComposition()
2816 mColorMatrix[i][j] = data.readFloat(); in onTransact()
2820 mColorMatrix = mat4(); in onTransact()