Searched refs:colorTransform (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/include/ui/
H A DDisplayInfo.h39 int colorTransform; member in struct:android::DisplayInfo
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayAdapter.java144 public static Display.ColorTransform createColorTransform(int colorTransform) { argument
146 NEXT_COLOR_TRANSFORM_ID.getAndIncrement(), colorTransform);
H A DLocalDisplayAdapter.java193 if (colorTransforms.get(j).getColorTransform() == info.colorTransform) {
201 Display.ColorTransform colorTransform = findColorTransform(info);
202 if (colorTransform == null) {
203 colorTransform = createColorTransform(info.colorTransform);
206 colorTransforms.add(colorTransform);
208 activeColorTransform = colorTransform;
282 for (Display.ColorTransform colorTransform : colorTransforms) {
283 mSupportedColorTransforms.put(colorTransform.getId(), colorTransform);
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h51 mat4 colorTransform; member in struct:android::GLES20RenderEngine::Group
83 virtual mat4 setupColorTransform(const mat4& colorTransform);
H A DGLES20RenderEngine.cpp195 mat4 GLES20RenderEngine::setupColorTransform(const mat4& colorTransform) { argument
197 mState.setColorMatrix(colorTransform);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java542 public int colorTransform; field in class:SurfaceControl.PhysicalDisplayInfo
567 && colorTransform == other.colorTransform;
585 colorTransform = other.colorTransform;
595 + ", colorTransform " + colorTransform + "}";
H A DDisplay.java694 public void requestColorTransform(ColorTransform colorTransform) { argument
695 mGlobal.requestColorTransform(mDisplayId, colorTransform.getId());
1267 public ColorTransform(int id, int colorTransform) { argument
1269 mColorTransform = colorTransform;
1305 .append(", colorTransform=").append(mColorTransform)
H A DDisplayInfo.java509 Display.ColorTransform colorTransform = supportedColorTransforms[i];
510 if (colorTransform.getId() == colorTransformId) {
511 return colorTransform;
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp61 jfieldID colorTransform; member in struct:android::__anon948
432 env->SetIntField(infoObj, gPhysicalDisplayInfoClassInfo.colorTransform,
433 info.colorTransform);
748 gPhysicalDisplayInfoClassInfo.colorTransform = GetFieldIDOrDie(env, clazz,
749 "colorTransform", "I");
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h146 int colorTransform; member in struct:android::HWComposer::DisplayConfig
H A DHWComposer_hwc1.h260 int colorTransform; member in struct:android::HWComposer::DisplayConfig
H A DHWC2On1Adapter.cpp1681 int32_t colorTransform = getAttribute(ColorTransform); local
1682 mHwc1Ids.emplace(colorTransform, id);
1790 int32_t colorTransform = id.first; local
1793 if (colorTransform == mDisplay.mActiveColorMode) {
1795 colorTransform);
1798 colorTransform);
H A DHWComposer_hwc1.cpp406 config.colorTransform = values[i];
1185 ", refresh=%" PRId64 ", colorTransform=%d\n",
1188 config.refresh, config.colorTransform);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp643 info.colorTransform = hwConfig.colorTransform;
H A DSurfaceFlinger.cpp609 info.colorTransform = 0;

Completed in 274 milliseconds