Searched defs:mColorMatrix (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DDescription.h55 mat4 mColorMatrix; member in class:android::Description
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayTransformManager.java54 @GuardedBy("mColorMatrix")
55 private final SparseArray<float[]> mColorMatrix = new SparseArray<>(3); field in class:DisplayTransformManager
59 @GuardedBy("mColorMatrix")
76 synchronized (mColorMatrix) {
77 final float[] value = mColorMatrix.get(key);
98 synchronized (mColorMatrix) {
99 final float[] oldValue = mColorMatrix.get(level);
102 mColorMatrix.remove(level);
104 mColorMatrix.put(level, Arrays.copyOf(value, value.length));
118 @GuardedBy("mColorMatrix")
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h558 mat4 mColorMatrix; member in class:android::SurfaceFlinger

Completed in 74 milliseconds