Searched refs:mColorMatrix (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DDescription.cpp87 mColorMatrix = mtx;
92 return mColorMatrix;
H A DDescription.h55 mat4 mColorMatrix; member in class:android::Description
H A DProgram.cpp142 glUniformMatrix4fv(mColorMatrixLoc, 1, GL_FALSE, desc.mColorMatrix.asArray());
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h520 mat4 mColorMatrix; member in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp1912 mat4 colorMatrix = mColorMatrix;
3053 mColorMatrix[i][j] = data.readFloat();
3057 mColorMatrix = mat4();
H A DSurfaceFlinger_hwc1.cpp1928 mat4 colorMatrix = mColorMatrix;
3067 mColorMatrix[i][j] = data.readFloat();
3071 mColorMatrix = mat4();

Completed in 719 milliseconds